Skip to content

Commit 32a47cc

Browse files
committed
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: - strictdoc-project/strictdoc#2170 - strictdoc-project/strictdoc#2530 - strictdoc-project/strictdoc#2531
1 parent b327902 commit 32a47cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.22"
4+
__version__ = "0.0.23"
55

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

0 commit comments

Comments
 (0)