Skip to content

Commit 1d27af1

Browse files
authored
🚀 RELEASE: v1.1.0 (#166)
1 parent 78381ff commit 1d27af1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

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+
310
## 1.0.0 - 2021-05-02
411

512
[Full commit log](https://github.com/executablebooks/markdown-it-py/compare/v0.6.2...v1.0.0)

markdown_it/__init__.py

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

33

4-
__version__ = "1.0.0"
4+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)