Skip to content

Commit dea6da9

Browse files
committed
Bump version to 0.0.32
WHAT: This synchronizes to the upstream commit: 38cd41c71fbc55b011eb3ddedb14d023d8408a86. Since the last sync, there were several fixes made, especially the issue with empty <p> paragraphs that could result in empty pages printed. The empty <p> paragraphs were reproduced in the input content produced by a commercial tool. Technically, it is not an issue with html2pdf4doc.js per se, but we decided to handle this case anyway. WHY: This helps us to test out the current batch of fixes and continue testing with the improved baseline.
1 parent b062b01 commit dea6da9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.31"
4+
__version__ = "0.0.32"
55

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

0 commit comments

Comments
 (0)