Skip to content

Commit

Permalink
prepare v1.5.1 (#97)
Browse files Browse the repository at this point in the history
* prepare v1.5.1

* bump version
  • Loading branch information
adbar committed Sep 5, 2023
1 parent bf8ed97 commit 966488c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

## 1.5.1
- fix regression for fast extraction introduced in e8b3538 (#96)
- fix setup by making backports-datetime-fromisoformat optional (#95)

## 1.5.0
- slightly higher accuracy with revised heuristics
- simplified code structure for better performance
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__ = "GNU GPL v3"
__copyright__ = "Copyright 2017-2023, Adrien Barbaresi"
__version__ = "1.5.0"
__version__ = "1.5.1"


import logging
Expand Down

0 comments on commit 966488c

Please sign in to comment.