We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde42c8 commit 6dde09eCopy full SHA for 6dde09e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+
4
+## 1.8.1
5
+- fix: more restrictive YYYYMM pattern to prevent ValueError with @b3n4kh (#145)
6
+- maintenance: add pre-commit with checks with @nadasuhailAyesh12 (#142)
7
8
## 1.8.0
9
- change license to Apache 2.0 (#140)
10
- compile XPath expressions (#136)
htmldate/__init__.py
@@ -7,7 +7,7 @@
__author__ = "Adrien Barbaresi"
__license__ = "Apache-2.0"
__copyright__ = "Copyright 2017-2024, Adrien Barbaresi"
-__version__ = "1.8.0"
+__version__ = "1.8.1"
11
12
13
import logging
0 commit comments