Skip to content

Commit 1ced6b3

Browse files
authored
πŸš€ RELEASE: v0.2.0 (#1)
1 parent da2e5b3 commit 1ced6b3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
3+
## 0.2.0 - 2020-12-14
4+
5+
Add mypy type-checking, code taken from: https://github.com/executablebooks/markdown-it-py/commit/2eb1fe6b47cc0ad4ebe954cabd91fb8e52a2f03d
6+
7+
## 0.1.0 - 2020-12-14
8+
9+
First release, code taken from: https://github.com/executablebooks/markdown-it-py/commit/3a5bdcc98e67de9df26ebb8bc7cd0221a0d6b51b

β€Žmdit_py_plugins/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"

β€Žsetup.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_version():
4040
],
4141
keywords="markdown lexer parser development",
4242
python_requires="~=3.6",
43-
install_requires=["markdown-it-py~=0.5.7"],
43+
install_requires=["markdown-it-py~=0.5.8"],
4444
extras_require={
4545
"code_style": ["pre-commit==2.6"],
4646
"testing": [

0 commit comments

Comments
Β (0)