Skip to content

Commit

Permalink
Release 24.11.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Nov 11, 2024
1 parent 8df5318 commit 834f77b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,25 @@ The API stability/deprecation policy for this library is as follows:
Releases under CalVer
---------------------

Version 24.11.1
~~~~~~~~~~~~~~~

Released November 2024

* Correct an error with specifying the version in the 24.11.0 package. The
version number of the package was accidentally defined in two places, and
they were out of sync. The extra definition has been removed. The 24.11.0
package has been yanked from PyPI to prevent problems.


Version 24.11.0
~~~~~~~~~~~~~~~

Released November 2024

* Supported Python versions are now 3.9, 3.10, 3.11, 3.12, and 3.13.


Version 24.8.0
~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords = ["color", "css", "html", "web"]
license = {text = "BSD-3-Clause"}
readme = "README.rst"
requires-python = ">=3.9"
version = "24.11.0"
version = "24.11.1"

[project.urls]
"Documentation" = "https://webcolors.readthedocs.io"
Expand Down
2 changes: 0 additions & 2 deletions src/webcolors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
)
from ._types import HTML5SimpleColor, IntegerRGB, IntTuple, PercentRGB, PercentTuple

__version__ = "24.8.0"

__all__ = [
"HTML4",
"CSS2",
Expand Down

0 comments on commit 834f77b

Please sign in to comment.