Skip to content

Commit 90b1a73

Browse files
committed
chore: release 3.3.2
1 parent 29b70a9 commit 90b1a73

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Changelog
33

44
Here is the full history of mistune v3.
55

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+
614
Version 3.3.1
715
-------------
816

src/mistune/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ def markdown(
9797
"markdown",
9898
]
9999

100-
__version__ = "3.3.1"
100+
__version__ = "3.3.2"
101101
__homepage__ = "https://mistune.lepture.com/"

0 commit comments

Comments
 (0)