aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
-rw-r--r--changelog.d/1592.change.rst1
-rw-r--r--setup.cfg2
-rwxr-xr-xsetup.py2
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 7a3e8743..dc26cb4d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v40.6.2
+-------
+
+* #1592: Fix invalid dependency on external six module (instead of vendored version).
+
+
v40.6.1
-------
diff --git a/changelog.d/1592.change.rst b/changelog.d/1592.change.rst
deleted file mode 100644
index 028f31e0..00000000
--- a/changelog.d/1592.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix invalid dependency on external six module (instead of vendored version).
diff --git a/setup.cfg b/setup.cfg
index 9e12b655..ace80388 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 40.6.1
+current_version = 40.6.2
commit = True
tag = True
diff --git a/setup.py b/setup.py
index f24b8e74..44b7edf5 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.6.1",
+ version="40.6.2",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"