From 8df531829f2f29db42e9781ceaea9947e87da3b3 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sun, 10 Nov 2024 23:18:39 -0800 Subject: [PATCH] Release 24.11.0. --- docs/changelog.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 312f38d..d527381 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -59,7 +59,7 @@ Releases under CalVer Version 24.11.0 ~~~~~~~~~~~~~~~ -*Under development* +Released November 2024 * Supported Python versions are now 3.9, 3.10, 3.11, 3.12, and 3.13. diff --git a/pyproject.toml b/pyproject.toml index 791ca4d..0ea9b8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ keywords = ["color", "css", "html", "web"] license = {text = "BSD-3-Clause"} readme = "README.rst" requires-python = ">=3.9" -version = "24.11.0a1" +version = "24.11.0" [project.urls] "Documentation" = "https://webcolors.readthedocs.io"