We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd837b commit a4159f0Copy full SHA for a4159f0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 0.5.1 - 2020-08-21
4
+
5
+⬆️ UPGRADE: attrs -> v20
6
7
+This is not breaking, since it only deprecates Python 3.4 (see [CHANGELOG.rst](https://github.com/python-attrs/attrs/blob/master/CHANGELOG.rst))
8
9
## 0.5.0 - 2020-08-18
10
11
### Added ✨
markdown_it/__init__.py
@@ -1,4 +1,4 @@
from .main import MarkdownIt # noqa: F401
-__version__ = "0.5.0"
+__version__ = "0.5.1"
0 commit comments