Skip to content

Commit 977d854

Browse files
authored
Bump version to 0.0.15 (#26)
1 parent 4d341d1 commit 977d854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html2print/html2print.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from selenium.webdriver.chrome.service import Service
2121
from webdriver_manager.core.os_manager import ChromeType, OperationSystemManager
2222

23-
__version__ = "0.0.15a2"
23+
__version__ = "0.0.15"
2424

2525
PATH_TO_HTML2PDF_JS = os.path.join(
2626
os.path.dirname(os.path.join(__file__)), "html2pdf_js", "html2pdf.min.js"

0 commit comments

Comments
 (0)