From e698939583f8b3dcbb855b03d978834c51b68b70 Mon Sep 17 00:00:00 2001 From: Vitaly Bogomolov Date: Thu, 28 May 2026 15:43:51 +0400 Subject: [PATCH] Version 1.13.2 --- history.txt | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"