Skip to content

Commit 8854d84

Browse files
committed
🚀 RELEASE: 0.17.2
1 parent fff28a4 commit 8854d84

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.17.2 - 2022-04-17
4+
5+
Full Changelog: [v0.17.1...v0.17.2](https://github.com/executablebooks/MyST-Parser/compare/v0.17.1...v0.17.2)
6+
7+
- ♻️ REFACTOR: Replace `attrs` by `dataclasses` for configuration (#557)
8+
39
## 0.17.1 - 2022-04-15
410

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

myst_parser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""An extended commonmark compliant parser, with bridges to docutils & sphinx."""
22
from typing import TYPE_CHECKING
33

4-
__version__ = "0.17.1"
4+
__version__ = "0.17.2"
55

66

77
if TYPE_CHECKING:

0 commit comments

Comments
 (0)