From 32a47ccf8e3002decf02b8aa68fad4c8f25f3574 Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Sun, 30 Nov 2025 14:00:50 +0100 Subject: [PATCH] Bump version to 0.0.23 This is an intermediate release while we are waiting for the major layout fixes to be released in the upstream JS repository. Even without the complete release, this intermediate release should address several layout bugs that were reported by StrictDoc users in: - https://github.com/strictdoc-project/strictdoc/issues/2170 - https://github.com/strictdoc-project/strictdoc/issues/2530 - https://github.com/strictdoc-project/strictdoc/issues/2531 --- html2pdf4doc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html2pdf4doc/__init__.py b/html2pdf4doc/__init__.py index a042134..6cfe2c8 100644 --- a/html2pdf4doc/__init__.py +++ b/html2pdf4doc/__init__.py @@ -1,7 +1,7 @@ import os from pathlib import Path -__version__ = "0.0.22" +__version__ = "0.0.23" PATH_TO_HTML2PDF4DOC_PY = os.path.join( os.path.dirname(os.path.join(__file__)),