Skip to content

Commit

Permalink
Version bump 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Dec 4, 2017
1 parent 787c34e commit 92b7f32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Expand Up @@ -3,6 +3,16 @@ Changelog

Here is the full history of mistune.

Version 0.8.3
~~~~~~~~~~~~~

Relased on Dec. 04, 2017

* Fix nested html issue. `#137`_

.. _`#137`: https://github.com/lepture/mistune/pull/137


Version 0.8.2
~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion mistune.py
Expand Up @@ -11,7 +11,7 @@
import re
import inspect

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

0 comments on commit 92b7f32

Please sign in to comment.