Bump version: 40.7.0 → 40.7.1

This commit is contained in:
Jason R. Coombs 2019-01-28 19:08:28 -05:00
parent c3a8b678d1
commit 5133d86c3e
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
v40.7.1
-------
* #1660: On Python 2, when reading config files, downcast options from text to bytes to satisfy distutils expectations.
v40.7.0
-------

View File

@ -1 +0,0 @@
On Python 2, when reading config files, downcast options from text to bytes to satisfy distutils expectations.

View File

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

View File

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