8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ce40d commit b3a5d7dCopy full SHA for b3a5d7d
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
---------
3
4
-*unreleased*
5
-~~~~~~~~~~~~
+23.2 - 2023-10-01
+~~~~~~~~~~~~~~~~~
6
7
* Document calendar-based versioning scheme (:issue:`716`)
8
* Enforce that the entire marker string is parsed (:issue:`687`)
src/packaging/__init__.py
@@ -6,7 +6,7 @@
__summary__ = "Core utilities for Python packages"
__uri__ = "https://github.com/pypa/packaging"
9
-__version__ = "23.2.dev0"
+__version__ = "23.2"
10
11
__author__ = "Donald Stufft and individual contributors"
12
__email__ = "donald@stufft.io"
0 commit comments