Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df23edd

Browse files
committed
chore: release 3.2.0
1 parent 55fe3af commit df23edd

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: "ubuntu-20.04"
55
tools:
6-
python: "3.10"
6+
python: "3.13"
77

88
sphinx:
99
configuration: docs/conf.py

docs/changes.rst

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

44
Here is the full history of mistune v3.
55

6+
Version 3.2.0
7+
-------------
8+
9+
**Released on Dec 23, 2025**
10+
11+
* Announce supports for python 3.14
12+
* Fix footnotes plugins for code blocks, ref links, blockquote and etc.
13+
* Fix ref links in TOC.
14+
615
Version 3.1.4
716
-------------
817

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.1.4"
100+
__version__ = "3.2.0"
101101
__homepage__ = "https://mistune.lepture.com/"

0 commit comments

Comments
 (0)