Skip to content

Commit 6ea148e

Browse files
committed
Bump version to 0.0.29
WHAT: The releases 0.0.25-0.0.28 broke the backward compatibility by removing the "print this" selector "html2pdf" and replacing it with "html2pdf4doc" instead. This brings in from upstream: [feat(config): backward compatibility for legacy html2pdf selectors #182](mettta/html2pdf4doc#182) WHY: Preserve the backward compatibility for those users who might be using the old StrictDoc versions (pinned) and sourcing the newer html2pdf4doc (non-pinned). HOW: N/A
1 parent 162c388 commit 6ea148e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

html2pdf4doc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from pathlib import Path
33

4-
__version__ = "0.0.28"
4+
__version__ = "0.0.29"
55

66
PATH_TO_HTML2PDF4DOC_PY = os.path.join(
77
os.path.dirname(os.path.join(__file__)),

0 commit comments

Comments
 (0)