Skip to content

Commit bb6422d

Browse files
committed
Prepare 0.9 release
1 parent aed1f42 commit bb6422d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.9, 2025-04-10
2+
=======================
3+
4+
* Fixed handling of begin/end inside inline math.
5+
- Thanks to Tianxiang Xia for the bug report.
6+
* Modernized packaging.
7+
* Python ≥ 3.9 and setuptools ≥ 77.0 are now required.
8+
19
Version 0.8, 2020-11-03
210
=======================
311

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-markdown-math"
7-
version = "0.8"
7+
version = "0.9"
88
description = "Math extension for Python-Markdown"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
authors = [{ name = "Dmitry Shachnev", email = "[email protected]" }]

0 commit comments

Comments
 (0)