From 770a96bb122e75019ae7e2b21a4fc90d22e5dc3f Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Sun, 2 Mar 2025 22:12:01 +0100 Subject: [PATCH] Bump version to 0.0.15 --- html2print/html2print.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html2print/html2print.py b/html2print/html2print.py index 07fea16..89db259 100644 --- a/html2print/html2print.py +++ b/html2print/html2print.py @@ -20,7 +20,7 @@ from selenium.webdriver.chrome.service import Service from webdriver_manager.core.os_manager import ChromeType, OperationSystemManager -__version__ = "0.0.15a2" +__version__ = "0.0.15" PATH_TO_HTML2PDF_JS = os.path.join( os.path.dirname(os.path.join(__file__)), "html2pdf_js", "html2pdf.min.js"