Skip to content

Commit b669801

Browse files
authored
maintenance: prepare v1.9.4 (#187)
* fix: update CHANGELOG.md * fix: update pyproject.toml * fix: bump version
1 parent 3abaf97 commit b669801

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
## 1.9.4
4+
- maintenance: remove LXML version constraint (#184)
5+
36
## 1.9.3
47
- extraction: add heuristics (#173)
58
- maintenance: explicitly support Python 3.13 (#172)

htmldate/__init__.py

Lines changed: 1 addition & 1 deletion
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.3"
10+
__version__ = "1.9.4"
1111

1212

1313
import logging

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = { text = "Apache 2.0" }
1111
dynamic = ["version"]
1212
requires-python = ">=3.8"
1313
authors = [
14-
{name = "Adrien Barbaresi", email = "barbaresi@bbaw.de"}
14+
{name = "Adrien Barbaresi", email = "adrien.barbaresi@gmail.com"}
1515
]
1616
keywords=[
1717
"datetime",
@@ -43,6 +43,7 @@ classifiers = [
4343
"Programming Language :: Python :: 3.11",
4444
"Programming Language :: Python :: 3.12",
4545
"Programming Language :: Python :: 3.13",
46+
"Programming Language :: Python :: 3.14",
4647
"Topic :: Internet :: WWW/HTTP",
4748
"Topic :: Scientific/Engineering :: Information Analysis",
4849
"Topic :: Text Processing :: Linguistic",

0 commit comments

Comments
 (0)