Skip to content

Commit

Permalink
🚀 RELEASE: v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Feb 6, 2021
1 parent fa1d3e3 commit 6c2f900
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.6.2 - 2021-02-07

This release brings Markdown-It-Py inline with Markdown-It v11.0.1 (2020-09-14), applying two fixes:

- Fix blockquote lazy newlines, [[#696](markdown-it/markdown-it#696)].
- Fix missed mappings for table rows, [[#705](markdown-it/markdown-it#705)].

Thanks to [@hukkinj1](https://github.com/hukkinj1)!

## 0.6.1 - 2021-01-01

This release provides some improvements to the code base:
Expand Down
2 changes: 1 addition & 1 deletion markdown_it/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .main import MarkdownIt # noqa: F401


__version__ = "0.6.1"
__version__ = "0.6.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_version():
"psutil",
],
"rtd": [
"myst-nb==0.11.0a1",
"myst-nb~=0.11.1",
"sphinx_book_theme",
"sphinx-panels~=0.4.0",
"sphinx-copybutton",
Expand Down

0 comments on commit 6c2f900

Please sign in to comment.