aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-01-31 20:57:40 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-01-31 20:57:40 -0500
commit28605704049b638d9a71c010b7cbe8dc6a8d37fc (patch)
tree26ffbf6777c90fb811ea5a323ee3cb03e6e0735f
parent3ee123b34d7f2a7ef305bc37c6a9b9f102a907c4 (diff)
downloadexternal_python_setuptools-28605704049b638d9a71c010b7cbe8dc6a8d37fc.tar.gz
external_python_setuptools-28605704049b638d9a71c010b7cbe8dc6a8d37fc.tar.bz2
external_python_setuptools-28605704049b638d9a71c010b7cbe8dc6a8d37fc.zip
Bump version: 40.7.1 → 40.7.2v40.7.2
-rw-r--r--CHANGES.rst6
-rw-r--r--changelog.d/1666.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 79ebe165..7d1353b4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v40.7.2
+-------
+
+* #1666: Restore port in URL handling in package_index.
+
+
v40.7.1
-------
diff --git a/changelog.d/1666.change.rst b/changelog.d/1666.change.rst
deleted file mode 100644
index 55a1c0f1..00000000
--- a/changelog.d/1666.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Restore port in URL handling in package_index.
diff --git a/setup.cfg b/setup.cfg
index c934e2f4..16db1221 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 40.7.1
+current_version = 40.7.2
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 9e50513b..a009f179 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.7.1",
+ version="40.7.2",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"