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 ea9dda9 commit e3f2182Copy full SHA for e3f2182
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
---------
3
4
-*unreleased*
5
-~~~~~~~~~~~~
+23.0 - 2023-01-08
+~~~~~~~~~~~~~~~~~
6
7
* Allow ``"extra"`` to be ``None`` in the marker environment (:issue:`650`)
8
* Refactor ``tags._generic_api`` to use ``EXT_SUFFIX`` (:issue:`607`)
src/packaging/__init__.py
@@ -6,7 +6,7 @@
__summary__ = "Core utilities for Python packages"
__uri__ = "https://github.com/pypa/packaging"
9
-__version__ = "22.1.dev0"
+__version__ = "23.0"
10
11
__author__ = "Donald Stufft and individual contributors"
12
__email__ = "[email protected]"
0 commit comments