Bump version: 40.1.0 → 40.2.0

This commit is contained in:
Jason R. Coombs 2018-08-21 08:33:26 -04:00
parent 5f4fa26d27
commit 172a572840
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
vv40.1.1
--------
* #1465: Fix regression with `egg_info` command when tagging is used.
v40.1.0
-------

View File

@ -1 +0,0 @@
Fix regression with `egg_info` command when tagging is used.

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 40.1.0
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.0",
version="40.2.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"