aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst6
-rw-r--r--changelog.d/479.change.rst1
-rw-r--r--setup.cfg2
4 files changed, 8 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 0dc75e9b..40db5b03 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 41.5.1
+current_version = 41.6.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index bac35638..ba7b4647 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v41.6.0
+-------
+
+* #479: Replace usage of deprecated ``imp`` module with local re-implementation in ``setuptools._imp``.
+
+
v41.5.1
-------
diff --git a/changelog.d/479.change.rst b/changelog.d/479.change.rst
deleted file mode 100644
index 3c33964e..00000000
--- a/changelog.d/479.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Replace usage of deprecated ``imp`` module with local re-implementation in ``setuptools._imp``.
diff --git a/setup.cfg b/setup.cfg
index 8038b463..42a3d86c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,7 +19,7 @@ universal = 1
[metadata]
name = setuptools
-version = 41.5.1
+version = 41.6.0
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org