Bump version: 40.7.2 → 40.7.3

This commit is contained in:
Jason R. Coombs 2019-02-03 10:25:50 -05:00
parent f03ef2074c
commit a08cf8bc0d
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
v40.7.3
-------
* #1670: In package_index, revert to using a copy of splituser from Python 3.8. Attempts to use ``urllib.parse.urlparse`` led to problems as reported in #1663 and #1668. This change serves as an alternative to #1499 and fixes #1668.
v40.7.2
-------

View File

@ -1 +0,0 @@
In package_index, revert to using a copy of splituser from Python 3.8. Attempts to use ``urllib.parse.urlparse`` led to problems as reported in #1663 and #1668. This change serves as an alternative to #1499 and fixes #1668.

View File

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

View File

@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
version="40.7.2",
version="40.7.3",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"