Skip to content

Commit 7a983f7

Browse files
committed
Bump for release
1 parent 4d85340 commit 7a983f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
---------
33

4-
*unreleased*
5-
~~~~~~~~~~~~
4+
24.0 - 2024-03-10
5+
~~~~~~~~~~~~~~~~~
66

77
* Do specifier matching correctly when the specifier contains an epoch number
88
and has more components than the version (:issue:`683`)

src/packaging/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__summary__ = "Core utilities for Python packages"
77
__uri__ = "https://github.com/pypa/packaging"
88

9-
__version__ = "23.3.dev0"
9+
__version__ = "24.0"
1010

1111
__author__ = "Donald Stufft and individual contributors"
1212
__email__ = "[email protected]"

0 commit comments

Comments
 (0)