Skip to content

Commit

Permalink
RELEASE: v0.15.2 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Aug 27, 2021
1 parent be4838c commit f799bcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.15.2 - 2021-08-26

This is mainly a maintenance release that fixes some incompatibilities with `sphinx<3.1`, improvements for compatibility
with `docutils=0.17`, and improvements to robustness.

## 0.15.1 - 2021-06-18

👌 IMPROVE: MathJax compatibility with `nbsphinx`
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.15.1"
__version__ = "0.15.2"


if TYPE_CHECKING:
Expand Down

0 comments on commit f799bcf

Please sign in to comment.