Skip to content

Commit 8a44f5d

Browse files
authored
🚀 Release v4.0.1 (#1022)
1 parent fbb7f1d commit 8a44f5d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 4.0.1 - 2025-02-12
4+
5+
🔧 Minor fix for Sphinx 8.2 compatibility (in <gh-pr:1013>)
6+
37
## 4.0.0 - 2024-08-05
48

59
This release bumps the supported versions of:

myst_parser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
and [Sphinx](https://github.com/sphinx-doc/sphinx).
44
"""
55

6-
__version__ = "4.0.0"
6+
__version__ = "4.0.1"
77

88

99
def setup(app):

0 commit comments

Comments
 (0)