From ec0702e3d9e9a2b1d5e2ed53c82668b45f601626 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sat, 10 Aug 2024 01:51:01 -0700 Subject: [PATCH] Release 24.8.0. --- docs/changelog.rst | 2 +- src/webcolors/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 776a637..15facf0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -59,7 +59,7 @@ Releases under CalVer Version 24.8.0 ~~~~~~~~~~~~~~ -*Under development* +Released August 2024 * Added the :func:`~webcolors.names` function to allow retrieving lists of color names. The underlying mappings of color names/values still are not diff --git a/src/webcolors/__init__.py b/src/webcolors/__init__.py index d7395c9..e1fc1c6 100644 --- a/src/webcolors/__init__.py +++ b/src/webcolors/__init__.py @@ -36,7 +36,7 @@ ) from ._types import HTML5SimpleColor, IntegerRGB, IntTuple, PercentRGB, PercentTuple -__version__ = "24.8.0a1" +__version__ = "24.8.0" __all__ = [ "HTML4",