Skip to content

Commit ec0702e

Browse files
committed
Release 24.8.0.
1 parent a9a668a commit ec0702e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Releases under CalVer
5959
Version 24.8.0
6060
~~~~~~~~~~~~~~
6161

62-
*Under development*
62+
Released August 2024
6363

6464
* Added the :func:`~webcolors.names` function to allow retrieving lists of
6565
color names. The underlying mappings of color names/values still are not

src/webcolors/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
)
3737
from ._types import HTML5SimpleColor, IntegerRGB, IntTuple, PercentRGB, PercentTuple
3838

39-
__version__ = "24.8.0a1"
39+
__version__ = "24.8.0"
4040

4141
__all__ = [
4242
"HTML4",

0 commit comments

Comments
 (0)