We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2191b5 commit 94802deCopy full SHA for 94802de
1 file changed
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.16"
+__version__ = "0.0.17"
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