Skip to content

Commit

Permalink
prepare version 1.8.1 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Apr 11, 2024
1 parent bde42c8 commit 6dde09e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog


## 1.8.1
- fix: more restrictive YYYYMM pattern to prevent ValueError with @b3n4kh (#145)
- maintenance: add pre-commit with checks with @nadasuhailAyesh12 (#142)

## 1.8.0
- change license to Apache 2.0 (#140)
- compile XPath expressions (#136)
Expand Down
2 changes: 1 addition & 1 deletion htmldate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"


import logging
Expand Down

0 comments on commit 6dde09e

Please sign in to comment.