Skip to content

Commit 7a9aae4

Browse files
authored
Bump version to 0.0.20 (#45)
1 parent 2427c67 commit 7a9aae4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

html2pdf4doc/html2pdf4doc.py

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

22-
__version__ = "0.0.19"
22+
__version__ = "0.0.20"
2323

2424
PATH_TO_HTML2PDF4DOC_JS = os.path.join(
2525
os.path.dirname(os.path.join(__file__)),

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ classifiers = [
4242
"Programming Language :: Python :: 3.9",
4343
"Programming Language :: Python :: 3.10",
4444
"Programming Language :: Python :: 3.11",
45+
"Programming Language :: Python :: 3.12",
46+
"Programming Language :: Python :: 3.13",
4547
"Programming Language :: Python :: Implementation :: CPython",
4648
"Programming Language :: Python :: Implementation :: PyPy",
4749
]
@@ -68,7 +70,6 @@ html2pdf4doc = "html2pdf4doc.html2pdf4doc:main"
6870

6971
[project.urls]
7072
Changelog = "https://github.com/mettta/html2pdf_python/releases/"
71-
# Funding = "https://..."
7273
Homepage = "https://github.com/mettta/html2pdf_python/"
7374
Source = "https://github.com/mettta/html2pdf_python/"
7475

0 commit comments

Comments
 (0)