Skip to content

Commit b3a5d7d

Browse files
committed
Bump for release
1 parent d7ce40d commit b3a5d7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
---------
33

4-
*unreleased*
5-
~~~~~~~~~~~~
4+
23.2 - 2023-10-01
5+
~~~~~~~~~~~~~~~~~
66

77
* Document calendar-based versioning scheme (:issue:`716`)
88
* Enforce that the entire marker string is parsed (:issue:`687`)

src/packaging/__init__.py

Lines changed: 1 addition & 1 deletion
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.2.dev0"
9+
__version__ = "23.2"
1010

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

0 commit comments

Comments
 (0)