Skip to content

Commit

Permalink
prepare version 1.9.3 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar authored Dec 30, 2024
1 parent 97da567 commit 1074ee7
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.9.3
- extraction: add heuristics (#173)
- maintenance: explicitly support Python 3.13 (#172)
- tests: better coverage (#175)
- docs: update images and contributing (#180)

## 1.9.2
- maintenance: explicit re-export and code quality (#168)
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-present, Adrien Barbaresi"
__version__ = "1.9.2"
__version__ = "1.9.3"


import logging
Expand Down

0 comments on commit 1074ee7

Please sign in to comment.