We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b33f5f commit d186f84Copy full SHA for d186f84
html2print/html2print.py
@@ -19,7 +19,7 @@
19
from selenium.webdriver.chrome.service import Service
20
from webdriver_manager.core.os_manager import ChromeType, OperationSystemManager
21
22
-__version__ = "0.0.15"
+__version__ = "0.0.16"
23
24
PATH_TO_HTML2PDF_JS = os.path.join(
25
os.path.dirname(os.path.join(__file__)), "html2pdf_js", "html2pdf.min.js"
0 commit comments