Commit 5133d86c authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 40.7.0 → 40.7.1

parent c3a8b678
v40.7.1
-------
* #1660: On Python 2, when reading config files, downcast options from text to bytes to satisfy distutils expectations.
v40.7.0
-------
......
On Python 2, when reading config files, downcast options from text to bytes to satisfy distutils expectations.
[bumpversion]
current_version = 40.7.0
current_version = 40.7.1
commit = True
tag = True
......
......@@ -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"
......
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