Skip to content

Commit 9058e0d

Browse files
committed
chore: release 3.1.1
1 parent ac53009 commit 9058e0d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changes.rst

+8
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.1.1
7+
-------------
8+
9+
**Released on Jan 28, 2025**
10+
11+
* Fix ``render_toc_ul`` method for empty iterable
12+
* Fix ruby plugin's regex pattern and HTML rendering
13+
614
Version 3.1.0
715
-------------
816

src/mistune/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ def markdown(
9292
'html', 'create_markdown', 'markdown',
9393
]
9494

95-
__version__ = '3.1.0'
95+
__version__ = '3.1.1'
9696
__homepage__ = 'https://mistune.lepture.com/'

0 commit comments

Comments
 (0)