Bump version: 40.1.1 → 40.2.0

This commit is contained in:
Jason R. Coombs 2018-08-21 08:57:48 -04:00
parent 45d0268143
commit cb938be843
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
v40.2.0
-------
* #1466: Fix handling of Unicode arguments in PEP 517 backend
vv40.1.1
--------

View File

@ -1 +0,0 @@
Fix handling of Unicode arguments in PEP 517 backend

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 40.1.1
current_version = 40.2.0
commit = True
tag = True

View File

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