Skip to content

Commit f585376

Browse files
committed
Bump for release
1 parent 600ecea commit f585376

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+
25.0 - 2025-04-19
5+
~~~~~~~~~~~~~~~~~
66

77
* PEP 751: Add support for ``extras`` and ``dependency_groups`` markers. (:issue:`885`)
88
* PEP 738: Add support for Android platform tags. (:issue:`880`)

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

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

0 commit comments

Comments
 (0)