Skip to content

Commit 6dde09e

Browse files
authored
prepare version 1.8.1 (#148)
1 parent bde42c8 commit 6dde09e

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+
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+
38
## 1.8.0
49
- change license to Apache 2.0 (#140)
510
- compile XPath expressions (#136)

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.8.0"
10+
__version__ = "1.8.1"
1111

1212

1313
import logging

0 commit comments

Comments
 (0)