diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-31 20:57:40 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-31 20:57:40 -0500 |
commit | 28605704049b638d9a71c010b7cbe8dc6a8d37fc (patch) | |
tree | 26ffbf6777c90fb811ea5a323ee3cb03e6e0735f | |
parent | 3ee123b34d7f2a7ef305bc37c6a9b9f102a907c4 (diff) | |
download | external_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.rst | 6 | ||||
-rw-r--r-- | changelog.d/1666.change.rst | 1 | ||||
-rw-r--r-- | setup.cfg | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
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. @@ -1,5 +1,5 @@ [bumpversion] -current_version = 40.7.1 +current_version = 40.7.2 commit = True tag = True @@ -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" |