Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Changelog

## 1.10.0
- maintenance: modernize typing, packaging and code
- evaluation: review and correct benchmark ground-truth labels, update and speed up alternatives
- performance: stable day-granular cache key and reduced copying
- fixes: preserve tails in element cleaning
- maintenance: modernize code and packaging (#188)
- evaluation: review and correct benchmark, update alternatives (#189)
- performance: code hardening, stable day-granular cache key and reduced copying
- fix: preserve tails in element cleaning

## 1.9.4
- maintenance: remove LXML version constraint (#184)
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
name = "htmldate"
description = "Fast and robust extraction of original and updated publication dates from URLs and web pages."
readme = "README.md"
license = { text = "Apache 2.0" }
license = "Apache-2.0"
dynamic = ["version"]
requires-python = ">=3.10"
authors = [
Expand All @@ -31,7 +31,6 @@ classifiers = [
"Intended Audience :: Education",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
Expand Down
Loading