Commit 0e2dd1ac authored by Jason R. Coombs's avatar Jason R. Coombs

Merge branch '40.7-maintenance'

parents f379036f 28605704
v40.7.2
-------
* #1666: Restore port in URL handling in package_index.
v40.7.1 v40.7.1
------- -------
......
Restore port in URL handling in package_index.
[bumpversion] [bumpversion]
current_version = 40.7.1 current_version = 40.7.2
commit = True commit = True
tag = True tag = True
......
...@@ -89,7 +89,7 @@ def pypi_link(pkg_filename): ...@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict( setup_params = dict(
name="setuptools", name="setuptools",
version="40.7.1", version="40.7.2",
description=( description=(
"Easily download, build, install, upgrade, and uninstall " "Easily download, build, install, upgrade, and uninstall "
"Python packages" "Python packages"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment