We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600ecea commit f585376Copy full SHA for f585376
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
---------
3
4
-*unreleased*
5
-~~~~~~~~~~~~
+25.0 - 2025-04-19
+~~~~~~~~~~~~~~~~~
6
7
* PEP 751: Add support for ``extras`` and ``dependency_groups`` markers. (:issue:`885`)
8
* PEP 738: Add support for Android platform tags. (:issue:`880`)
src/packaging/__init__.py
@@ -6,7 +6,7 @@
__summary__ = "Core utilities for Python packages"
__uri__ = "https://github.com/pypa/packaging"
9
-__version__ = "24.3.dev0"
+__version__ = "25.0"
10
11
__author__ = "Donald Stufft and individual contributors"
12
__email__ = "[email protected]"
0 commit comments