Skip to content

Commit a4159f0

Browse files
committed
🚀 RELEASE: v0.5.1
1 parent cfd837b commit a4159f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## 0.5.0 - 2020-08-18
410

511
### Added ✨

markdown_it/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .main import MarkdownIt # noqa: F401
22

33

4-
__version__ = "0.5.0"
4+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)