File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- __version__ = "0.1 .0"
1+ __version__ = "0.2 .0"
Original file line number Diff line number Diff 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" : [
You canβt perform that action at this time.
0 commit comments