We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78381ff commit 1d27af1Copy full SHA for 1d27af1
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## 1.1.0 - 2021-05-08
4
+
5
+ ⬆️ UPGRADE: `attrs` -> v21 (#165)
6
7
+This release has no breaking changes
8
+(see: <https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst>)
9
10
## 1.0.0 - 2021-05-02
11
12
[Full commit log](https://github.com/executablebooks/markdown-it-py/compare/v0.6.2...v1.0.0)
markdown_it/__init__.py
@@ -1,4 +1,4 @@
from .main import MarkdownIt # noqa: F401
-__version__ = "1.0.0"
+__version__ = "1.1.0"
0 commit comments