We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26543a commit c048e34Copy full SHA for c048e34
2 files changed
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
---------
3
4
-*unreleased*
5
-~~~~~~~~~~~~
+20.7 - 2020-11-28
+~~~~~~~~~~~~~~~~~
6
7
No unreleased changes.
8
packaging/__init__.py
@@ -2,4 +2,4 @@
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
# for complete details.
"""Core utilities for Python packages"""
-__version__ = "20.7.dev0"
+__version__ = "20.7"
0 commit comments