Skip to content

Commit bb87686

Browse files
committed
Release 24.6.0.
1 parent 41046b0 commit bb87686

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.6.0
6060
~~~~~~~~~~~~~~
6161

62-
*Not yet released*
62+
Released June 2024
6363

6464
* Supported Python versions are now 3.8, 3.9, 3.10, and 3.11.
6565

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.6.0a1"
39+
__version__ = "24.6.0"
4040

4141
__all__ = [
4242
"HTML4",

0 commit comments

Comments
 (0)