Skip to content

Commit e3f2182

Browse files
committed
Bump for release
1 parent ea9dda9 commit e3f2182

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.0 - 2023-01-08
5+
~~~~~~~~~~~~~~~~~
66

77
* Allow ``"extra"`` to be ``None`` in the marker environment (:issue:`650`)
88
* Refactor ``tags._generic_api`` to use ``EXT_SUFFIX`` (:issue:`607`)

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__ = "22.1.dev0"
9+
__version__ = "23.0"
1010

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

0 commit comments

Comments
 (0)