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 4d341d1 commit 977d854Copy full SHA for 977d854
html2print/html2print.py
@@ -20,7 +20,7 @@
20
from selenium.webdriver.chrome.service import Service
21
from webdriver_manager.core.os_manager import ChromeType, OperationSystemManager
22
23
-__version__ = "0.0.15a2"
+__version__ = "0.0.15"
24
25
PATH_TO_HTML2PDF_JS = os.path.join(
26
os.path.dirname(os.path.join(__file__)), "html2pdf_js", "html2pdf.min.js"
0 commit comments