There was an error while loading. Please reload this page.
1 parent 29b70a9 commit 90b1a73Copy full SHA for 90b1a73
2 files changed
docs/changes.rst
@@ -3,6 +3,14 @@ Changelog
3
4
Here is the full history of mistune v3.
5
6
+Version 3.3.2
7
+-------------
8
+
9
+**Released on Jun 23, 2026**
10
11
+* Fix Python 3.8 import compatibility in the inline parser.
12
+* Fix mypy compatibility for list parsing on Python 3.8 and 3.9+.
13
14
Version 3.3.1
15
-------------
16
src/mistune/__init__.py
@@ -97,5 +97,5 @@ def markdown(
97
"markdown",
98
]
99
100
-__version__ = "3.3.1"
+__version__ = "3.3.2"
101
__homepage__ = "https://mistune.lepture.com/"
0 commit comments