Skip to content

Commit

Permalink
🚀 RELEASE: v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jan 20, 2021
1 parent 95e4ae9 commit 702a982
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.13.3 - 2021-01-20

Minor fixes:

- 🐛 FIX: front-matter parsing for bibliographic keys
- 🐛 FIX: directive/role name translations
- 👌 IMPROVE: Add warning for multiple footnote definitions

## 0.13.2 - 2021-01-20

✨ NEW: Add `html_admonition` extension
Expand Down
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import TYPE_CHECKING

__version__ = "0.13.2"
__version__ = "0.13.3"


if TYPE_CHECKING:
Expand Down

0 comments on commit 702a982

Please sign in to comment.