Skip to content

Commit 3f422f1

Browse files
committed
Version bump 2.0.3
1 parent a6d4321 commit 3f422f1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/changes.rst

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Changelog
33

44
Here is the full history of mistune v2.
55

6+
Version 2.0.3
7+
~~~~~~~~~~~~~
8+
9+
Released on Jun 27, 2022
10+
11+
* Fix ``table`` plugin
12+
* Security fix for CVE-2022-34749
13+
14+
Version 2.0.2
15+
~~~~~~~~~~~~~
16+
17+
Released on Jan 14, 2022
18+
19+
Fix ``escape_url``
20+
621
Version 2.0.1
722
~~~~~~~~~~~~~
823

mistune/__init__.py

+1-1
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.2'
63+
__version__ = '2.0.3'

0 commit comments

Comments
 (0)