Skip to content

Commit d8e3b31

Browse files
committed
Bump for release
1 parent 2de393d commit d8e3b31

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.2 - 2024-11-08
5+
~~~~~~~~~~~~~~~~~
66

77
* PEP 639: Implement License-Expression and License-File (:issue:`828`)
88
* Use ``!r`` formatter for error messages with filenames (:issue:`844`)

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__ = "24.2.dev0"
9+
__version__ = "24.2"
1010

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

0 commit comments

Comments
 (0)