Skip to content

Commit 3e8d352

Browse files
committed
Version bump 2.0.1
1 parent bce17c5 commit 3e8d352

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Using old Mistune? Checkout docs: <https://mistune.readthedocs.io/en/v0.8.4/>
2929

3030
## Install
3131

32-
To install v2 of mistune:
32+
To install mistune:
3333

3434
```
35-
$ pip install mistune==2.0.0rc1
35+
$ pip install mistune
3636
```
3737

3838
## Overview

docs/changes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Changelog
33

44
Here is the full history of mistune v2.
55

6+
Version 2.0.1
7+
~~~~~~~~~~~~~
8+
9+
Released on Dec 30, 2021
10+
11+
XSS fix for image link syntax.
12+
613
Version 2.0.0
714
~~~~~~~~~~~~~
815

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.0rc2'
63+
__version__ = '2.0.1'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mistune
3-
version = 2.0.0
3+
version = 2.0.1
44
author = Hsiaoming Yang
55
author_email = me@lepture.com
66
license = BSD 3-Clause License

0 commit comments

Comments
 (0)