Skip to content

Commit

Permalink
Version bump 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Dec 30, 2021
1 parent bce17c5 commit 3e8d352
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,10 +29,10 @@ Using old Mistune? Checkout docs: <https://mistune.readthedocs.io/en/v0.8.4/>

## Install

To install v2 of mistune:
To install mistune:

```
$ pip install mistune==2.0.0rc1
$ pip install mistune
```

## Overview
Expand Down
7 changes: 7 additions & 0 deletions docs/changes.rst
Expand Up @@ -3,6 +3,13 @@ Changelog

Here is the full history of mistune v2.

Version 2.0.1
~~~~~~~~~~~~~

Released on Dec 30, 2021

XSS fix for image link syntax.

Version 2.0.0
~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion mistune/__init__.py
Expand Up @@ -60,4 +60,4 @@ def markdown(text, escape=True, renderer=None, plugins=None):
'html', 'create_markdown', 'markdown',
]

__version__ = '2.0.0rc2'
__version__ = '2.0.1'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = mistune
version = 2.0.0
version = 2.0.1
author = Hsiaoming Yang
author_email = me@lepture.com
license = BSD 3-Clause License
Expand Down

0 comments on commit 3e8d352

Please sign in to comment.