Commit cb938be8 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 40.1.1 → 40.2.0

parent 45d02681
v40.2.0
-------
* #1466: Fix handling of Unicode arguments in PEP 517 backend
vv40.1.1
--------
......
Fix handling of Unicode arguments in PEP 517 backend
[bumpversion]
current_version = 40.1.1
current_version = 40.2.0
commit = True
tag = True
......
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment