Skip to content

Commit 1074ee7

Browse files
authored
prepare version 1.9.3 (#181)
1 parent 97da567 commit 1074ee7

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+
## 1.9.3
4+
- extraction: add heuristics (#173)
5+
- maintenance: explicitly support Python 3.13 (#172)
6+
- tests: better coverage (#175)
7+
- docs: update images and contributing (#180)
38

49
## 1.9.2
510
- maintenance: explicit re-export and code quality (#168)

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-present, Adrien Barbaresi"
10-
__version__ = "1.9.2"
10+
__version__ = "1.9.3"
1111

1212

1313
import logging

0 commit comments

Comments
 (0)