aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-28 07:55:09 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-28 07:55:09 -0400
commit6bf44e11960fa31aaa5b910879fdd4435b524244 (patch)
treef8e8ea978054ef08d839ef68aa0ebb2e746ac216
parent3b32ab28d78eb38f681d36ecef505a65d1cbad38 (diff)
downloadexternal_python_setuptools-6bf44e11960fa31aaa5b910879fdd4435b524244.tar.gz
external_python_setuptools-6bf44e11960fa31aaa5b910879fdd4435b524244.tar.bz2
external_python_setuptools-6bf44e11960fa31aaa5b910879fdd4435b524244.zip
Bump version: 47.0.0 → 47.1.0v47.1.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.cfg2
3 files changed, 8 insertions, 2 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 2639380e..1fa442e2 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 47.0.0
+current_version = 47.1.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index db1c67f7..dbade950 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v47.1.0
+-------
+
+* #2070: In wheel-to-egg conversion, use simple pkg_resources-style namespace declaration for packages that declare namespace_packages.
+
+
v47.0.0
-------
diff --git a/setup.cfg b/setup.cfg
index ed31c450..c8f72e97 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
-version = 47.0.0
+version = 47.1.0
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org