Bump version: 40.4.2 → 40.4.3

This commit is contained in:
Jason R. Coombs 2018-09-23 10:23:52 -04:00
parent 2862b90422
commit 898c252e4c
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
v40.4.3
-------
* #1480: Bump vendored pyparsing in pkg_resources to 2.2.1.
v40.4.2
-------

View File

@ -1 +0,0 @@
Bump vendored pyparsing in pkg_resources to 2.2.1.

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 40.4.2
current_version = 40.4.3
commit = True
tag = True

View File

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