From f799bcf86e2ae0ab0b8d996b95ac52b35d477227 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 27 Aug 2021 11:29:08 +1000 Subject: [PATCH] RELEASE: v0.15.2 (#423) --- CHANGELOG.md | 5 +++++ myst_parser/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c05950e..6afda1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/myst_parser/__init__.py b/myst_parser/__init__.py index 06b04c0d..689983c8 100644 --- a/myst_parser/__init__.py +++ b/myst_parser/__init__.py @@ -1,6 +1,6 @@ from typing import TYPE_CHECKING -__version__ = "0.15.1" +__version__ = "0.15.2" if TYPE_CHECKING: