diff --git a/history.txt b/history.txt index 4be190b..cd68670 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,6 @@ +28.05.2026 ver.1.13.2 +--------------------- + + Relax markdown-it-py pin: keep ==3.0.0 on Python <3.10, allow >=4.0.0 on Python >=3.10. * For Python 3.8 PyMuPDF version changed from 1.24.6 to 1.24.11. diff --git a/pyproject.toml b/pyproject.toml index a7e7d92..5dbb11b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "markdown_pdf" -version = "1.13.1" +version = "1.13.2" description = "Markdown to pdf renderer" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.8"