From 8148f90cd8a0b31c28929ebf8c36714054b1ff6a Mon Sep 17 00:00:00 2001 From: Vitaly Bogomolov Date: Wed, 3 Sep 2025 11:44:06 +0400 Subject: [PATCH] Supported more recent versions of pymupdf up to 1.26.4. --- history.txt | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 27af4a8..5640186 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,8 @@ +03.09.2025 ver.1.9 +------------------ + ++ Supported more recent versions of pymupdf up to 1.26.4. + 31.08.2025 ver.1.8 ------------------ diff --git a/pyproject.toml b/pyproject.toml index 6c25d95..81f33f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "markdown_pdf" -version = "1.8" +version = "1.9" description = "Markdown to pdf renderer" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.8"