We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb7f1d commit 8a44f5dCopy full SHA for 8a44f5d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 4.0.1 - 2025-02-12
4
+
5
+🔧 Minor fix for Sphinx 8.2 compatibility (in <gh-pr:1013>)
6
7
## 4.0.0 - 2024-08-05
8
9
This release bumps the supported versions of:
myst_parser/__init__.py
@@ -3,7 +3,7 @@
and [Sphinx](https://github.com/sphinx-doc/sphinx).
"""
-__version__ = "4.0.0"
+__version__ = "4.0.1"
def setup(app):
0 commit comments