From a5c46ccc23e6eb6a01e5031415615499cc4873e7 Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Fri, 31 Oct 2025 12:20:56 +0100 Subject: [PATCH 1/3] fix: update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 169bd02c..5c527d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +## 1.9.4 +- maintenance: remove LXML version constraint (#184) + ## 1.9.3 - extraction: add heuristics (#173) - maintenance: explicitly support Python 3.13 (#172) From 2e0dde173b098ecc86fd2721d5e709e2e4e0832f Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Fri, 31 Oct 2025 12:23:20 +0100 Subject: [PATCH 2/3] fix: update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfbef5f0..a6504ec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = { text = "Apache 2.0" } dynamic = ["version"] requires-python = ">=3.8" authors = [ - {name = "Adrien Barbaresi", email = "barbaresi@bbaw.de"} + {name = "Adrien Barbaresi", email = "adrien.barbaresi@gmail.com"} ] keywords=[ "datetime", @@ -43,6 +43,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Internet :: WWW/HTTP", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Text Processing :: Linguistic", From c077b9c679d137ece98580b4a26da7d57ba1ce49 Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Fri, 31 Oct 2025 12:24:47 +0100 Subject: [PATCH 3/3] fix: bump version --- htmldate/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmldate/__init__.py b/htmldate/__init__.py index 7b6ee0c2..19678528 100644 --- a/htmldate/__init__.py +++ b/htmldate/__init__.py @@ -7,7 +7,7 @@ __author__ = "Adrien Barbaresi" __license__ = "Apache-2.0" __copyright__ = "Copyright 2017-present, Adrien Barbaresi" -__version__ = "1.9.3" +__version__ = "1.9.4" import logging