Skip to content

Commit c2488ea

Browse files
authored
Merge pull request #81 from strictdoc-project/stanislaw/update_to_image_fixes
Bump version to 0.0.29
2 parents 162c388 + ad55d25 commit c2488ea

27 files changed

Lines changed: 43 additions & 11 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__)),

html2pdf4doc/html2pdf4doc_js/html2pdf4doc.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/test.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/autogen.css renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/autogen.css

File renamed without changes.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/base.css renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/base.css

File renamed without changes.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/content.css renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/content.css

File renamed without changes.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/diff.css renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/diff.css

File renamed without changes.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/element.css renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/element.css

File renamed without changes.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/favicon.ico renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/favicon.ico

File renamed without changes.

0 commit comments

Comments
 (0)