We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de393d commit d8e3b31Copy full SHA for d8e3b31
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
---------
3
4
-*unreleased*
5
-~~~~~~~~~~~~
+24.2 - 2024-11-08
+~~~~~~~~~~~~~~~~~
6
7
* PEP 639: Implement License-Expression and License-File (:issue:`828`)
8
* Use ``!r`` formatter for error messages with filenames (:issue:`844`)
src/packaging/__init__.py
@@ -6,7 +6,7 @@
__summary__ = "Core utilities for Python packages"
__uri__ = "https://github.com/pypa/packaging"
9
-__version__ = "24.2.dev0"
+__version__ = "24.2"
10
11
__author__ = "Donald Stufft and individual contributors"
12
__email__ = "[email protected]"
0 commit comments