Bump version: 40.7.1 → 40.7.2

This commit is contained in:
Jason R. Coombs 2019-01-31 20:57:40 -05:00
parent 3ee123b34d
commit 2860570404
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
v40.7.2
-------
* #1666: Restore port in URL handling in package_index.
v40.7.1
-------

View File

@ -1 +0,0 @@
Restore port in URL handling in package_index.

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 40.7.1
current_version = 40.7.2
commit = True
tag = True

View File

@ -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"