aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-08-21 08:33:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-08-21 08:33:26 -0400
commit172a572840cb19ec65d4541a557cd79d3865297a (patch)
tree7caed2d43e1233945549cafa20bd26136734b89a
parent5f4fa26d278a7d2eeb29ea1276555b2a4b50dee8 (diff)
downloadexternal_python_setuptools-172a572840cb19ec65d4541a557cd79d3865297a.tar.gz
external_python_setuptools-172a572840cb19ec65d4541a557cd79d3865297a.tar.bz2
external_python_setuptools-172a572840cb19ec65d4541a557cd79d3865297a.zip
Bump version: 40.1.0 → 40.2.0
-rw-r--r--CHANGES.rst6
-rw-r--r--changelog.d/1465.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 cc43156f..5c52e940 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+vv40.1.1
+--------
+
+* #1465: Fix regression with `egg_info` command when tagging is used.
+
+
v40.1.0
-------
diff --git a/changelog.d/1465.change.rst b/changelog.d/1465.change.rst
deleted file mode 100644
index 93e3e2e2..00000000
--- a/changelog.d/1465.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix regression with `egg_info` command when tagging is used.
diff --git a/setup.cfg b/setup.cfg
index 870d6299..df021971 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 40.1.0
+current_version = 40.2.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 526a7ba6..96dbbbbc 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.1.0",
+ version="40.2.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"