We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9149a7e commit 3e8ba44Copy full SHA for 3e8ba44
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+## 1.8.0
4
+- change license to Apache 2.0 (#140)
5
+- compile XPath expressions (#136)
6
+- update docs with @EkaterineSheshelidze (#135)
7
+
8
## 1.7.0
9
- fix meta property updated vs. original behavior (#121)
10
- support for LXML version 5.0+ (#127)
htmldate/__init__.py
@@ -7,7 +7,7 @@
__author__ = "Adrien Barbaresi"
__license__ = "Apache-2.0"
__copyright__ = "Copyright 2017-2024, Adrien Barbaresi"
-__version__ = "1.7.0"
+__version__ = "1.8.0"
11
12
13
import logging
0 commit comments