Skip to content

Commit

Permalink
Version bump 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Oct 11, 2018
1 parent eeb8a97 commit 6470c42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here is the full history of mistune.
Version 0.8.4
~~~~~~~~~~~~~

Not released.
Released on Oct. 11, 2018

* Support an escaped pipe char in a table cell. `#150`_
* Fix ordered and unordered list. `#152`_
Expand Down
4 changes: 2 additions & 2 deletions mistune.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
The fastest markdown parser in pure Python with renderer feature.
:copyright: (c) 2014 - 2017 by Hsiaoming Yang.
:copyright: (c) 2014 - 2018 by Hsiaoming Yang.
"""

import re
import inspect

__version__ = '0.8.3'
__version__ = '0.8.4'
__author__ = 'Hsiaoming Yang <me@lepture.com>'
__all__ = [
'BlockGrammar', 'BlockLexer',
Expand Down

0 comments on commit 6470c42

Please sign in to comment.