Skip to content

Commit 6470c42

Browse files
committed
Version bump 0.8.4
1 parent eeb8a97 commit 6470c42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here is the full history of mistune.
66
Version 0.8.4
77
~~~~~~~~~~~~~
88

9-
Not released.
9+
Released on Oct. 11, 2018
1010

1111
* Support an escaped pipe char in a table cell. `#150`_
1212
* Fix ordered and unordered list. `#152`_

Diff for: mistune.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
66
The fastest markdown parser in pure Python with renderer feature.
77
8-
:copyright: (c) 2014 - 2017 by Hsiaoming Yang.
8+
:copyright: (c) 2014 - 2018 by Hsiaoming Yang.
99
"""
1010

1111
import re
1212
import inspect
1313

14-
__version__ = '0.8.3'
14+
__version__ = '0.8.4'
1515
__author__ = 'Hsiaoming Yang <[email protected]>'
1616
__all__ = [
1717
'BlockGrammar', 'BlockLexer',

0 commit comments

Comments
 (0)