Skip to content

Commit 3e8ba44

Browse files
authored
prepare version 1.8.0 (#141)
1 parent 9149a7e commit 3e8ba44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
## 1.8.0
4+
- change license to Apache 2.0 (#140)
5+
- compile XPath expressions (#136)
6+
- update docs with @EkaterineSheshelidze (#135)
7+
38
## 1.7.0
49
- fix meta property updated vs. original behavior (#121)
510
- support for LXML version 5.0+ (#127)

htmldate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author__ = "Adrien Barbaresi"
88
__license__ = "Apache-2.0"
99
__copyright__ = "Copyright 2017-2024, Adrien Barbaresi"
10-
__version__ = "1.7.0"
10+
__version__ = "1.8.0"
1111

1212

1313
import logging

0 commit comments

Comments
 (0)