Skip to content

Commit b92a5fe

Browse files
committed
Version bump 2.0.4
1 parent 98a1c0a commit b92a5fe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Changelog
33

44
Here is the full history of mistune v2.
55

6+
Version 2.0.4
7+
~~~~~~~~~~~~~
8+
9+
Released on Jul 15, 2022
10+
11+
* Fix ``url`` plugin in ``<a>`` tag
12+
* Fix ``*`` formatting
13+
614
Version 2.0.3
715
~~~~~~~~~~~~~
816

mistune/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def markdown(text, escape=True, renderer=None, plugins=None):
6060
'html', 'create_markdown', 'markdown',
6161
]
6262

63-
__version__ = '2.0.3'
63+
__version__ = '2.0.4'

0 commit comments

Comments
 (0)