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 6ade156 commit 2e4a904Copy full SHA for 2e4a904
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
---------
3
4
-*unreleased*
5
-~~~~~~~~~~~~
+21.2 - 2021-10-29
+~~~~~~~~~~~~~~~~~
6
7
* Update documentation entry for 21.1.
8
packaging/__about__.py
@@ -17,7 +17,7 @@
17
__summary__ = "Core utilities for Python packages"
18
__uri__ = "https://github.com/pypa/packaging"
19
20
-__version__ = "21.2.dev0"
+__version__ = "21.2"
21
22
__author__ = "Donald Stufft and individual contributors"
23
__email__ = "[email protected]"
0 commit comments