We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97da567 commit 1074ee7Copy full SHA for 1074ee7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+## 1.9.3
4
+- extraction: add heuristics (#173)
5
+- maintenance: explicitly support Python 3.13 (#172)
6
+- tests: better coverage (#175)
7
+- docs: update images and contributing (#180)
8
9
## 1.9.2
10
- maintenance: explicit re-export and code quality (#168)
htmldate/__init__.py
@@ -7,7 +7,7 @@
__author__ = "Adrien Barbaresi"
__license__ = "Apache-2.0"
__copyright__ = "Copyright 2017-present, Adrien Barbaresi"
-__version__ = "1.9.2"
+__version__ = "1.9.3"
11
12
13
import logging
0 commit comments