diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-31 20:59:45 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-31 20:59:45 -0500 |
| commit | 0e2dd1ac445ffbf58ab9ac8689020550a0751be9 (patch) | |
| tree | 0bccc96481fe0004dbce30a22d6aa67945b19d8b | |
| parent | f379036fbc8872899fe130eea9168b1f17698012 (diff) | |
| parent | 28605704049b638d9a71c010b7cbe8dc6a8d37fc (diff) | |
| download | python-setuptools-git-0e2dd1ac445ffbf58ab9ac8689020550a0751be9.tar.gz | |
Merge branch '40.7-maintenance'
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/1665.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/1665.change.rst b/changelog.d/1665.change.rst deleted file mode 100644 index 55a1c0f1..00000000 --- a/changelog.d/1665.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" |
