Skip to content

Commit

Permalink
馃殌 RELEASE: 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Apr 17, 2022
1 parent fff28a4 commit 8854d84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 0.17.2 - 2022-04-17

Full Changelog: [v0.17.1...v0.17.2](https://github.com/executablebooks/MyST-Parser/compare/v0.17.1...v0.17.2)

- 鈾伙笍 REFACTOR: Replace `attrs` by `dataclasses` for configuration (#557)

## 0.17.1 - 2022-04-15

Full Changelog: [v0.17.0...v0.17.1](https://github.com/executablebooks/MyST-Parser/compare/v0.17.0...v0.17.1)
Expand Down
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
@@ -1,7 +1,7 @@
"""An extended commonmark compliant parser, with bridges to docutils & sphinx."""
from typing import TYPE_CHECKING

__version__ = "0.17.1"
__version__ = "0.17.2"


if TYPE_CHECKING:
Expand Down

0 comments on commit 8854d84

Please sign in to comment.