diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-18 11:16:24 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-18 11:16:24 -0400 |
commit | 4f86e36471749397aeb30b6c29edffa7b3bdefc6 (patch) | |
tree | 13e432ef6e475177ca9b55e55bd3b48a9b737ec7 | |
parent | d4b5eb62d4a848c5cf6e2a0c3c5f39151b31897d (diff) | |
download | external_python_setuptools-4f86e36471749397aeb30b6c29edffa7b3bdefc6.tar.gz external_python_setuptools-4f86e36471749397aeb30b6c29edffa7b3bdefc6.tar.bz2 external_python_setuptools-4f86e36471749397aeb30b6c29edffa7b3bdefc6.zip |
Bump version: 40.4.0 → 40.4.1v40.4.1
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | changelog.d/1480.change.rst | 1 | ||||
-rw-r--r-- | setup.cfg | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 189ea809..816a4d27 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v40.4.1 +------- + +* #1480: Bump vendored pyparsing to 2.2.1. + + v40.4.0 ------- diff --git a/changelog.d/1480.change.rst b/changelog.d/1480.change.rst deleted file mode 100644 index 9d855bdf..00000000 --- a/changelog.d/1480.change.rst +++ /dev/null @@ -1 +0,0 @@ -Bump vendored pyparsing to 2.2.1. @@ -1,5 +1,5 @@ [bumpversion] -current_version = 40.4.0 +current_version = 40.4.1 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="40.4.0", + version="40.4.1", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages" |