We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d85340 commit 7a983f7Copy full SHA for 7a983f7
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
---------
3
4
-*unreleased*
5
-~~~~~~~~~~~~
+24.0 - 2024-03-10
+~~~~~~~~~~~~~~~~~
6
7
* Do specifier matching correctly when the specifier contains an epoch number
8
and has more components than the version (:issue:`683`)
src/packaging/__init__.py
@@ -6,7 +6,7 @@
__summary__ = "Core utilities for Python packages"
__uri__ = "https://github.com/pypa/packaging"
9
-__version__ = "23.3.dev0"
+__version__ = "24.0"
10
11
__author__ = "Donald Stufft and individual contributors"
12
__email__ = "[email protected]"
0 commit comments