From 0787a5c9c988215403667e6ccc9e9edbff2490b4 Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Mon, 22 Dec 2025 21:01:54 +0100 Subject: [PATCH 1/2] feat(submodules/html2pdf): update to include the image fixes WHAT: This brings in the fix developed in: https://github.com/mettta/html2pdf4doc/pull/180. WHY: Why working on another issue, we discovered that the SDoc document images were not scaling correctly. HOW: - --- submodules/html2pdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/html2pdf b/submodules/html2pdf index d02e201..506daec 160000 --- a/submodules/html2pdf +++ b/submodules/html2pdf @@ -1 +1 @@ -Subproject commit d02e2016918997389ae9c01e75ca3675c52d901b +Subproject commit 506daec0132f20f7a19797af12c925d3abebe522 From 9d6766ed91b6b9a75212dc49bad87710831906fa Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Mon, 22 Dec 2025 21:03:39 +0100 Subject: [PATCH 2/2] Bump version to 0.0.27 --- html2pdf4doc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html2pdf4doc/__init__.py b/html2pdf4doc/__init__.py index ece27f4..babf208 100644 --- a/html2pdf4doc/__init__.py +++ b/html2pdf4doc/__init__.py @@ -1,7 +1,7 @@ import os from pathlib import Path -__version__ = "0.0.26" +__version__ = "0.0.27" PATH_TO_HTML2PDF4DOC_PY = os.path.join( os.path.dirname(os.path.join(__file__)),