Bump version: 40.6.2 → 40.6.3

This commit is contained in:
Jason R. Coombs 2018-12-11 14:45:14 -05:00
parent 758eab3515
commit 1c1c9152ab
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
v40.6.3
-------
* #1594: PEP 517 backend no longer declares setuptools as a dependency as it can be assumed.
v40.6.2
-------

View File

@ -1 +0,0 @@
PEP 517 backend no longer declares setuptools as a dependency as it can be assumed.

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 40.6.2
current_version = 40.6.3
commit = True
tag = True

View File

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