aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-09-18 11:16:24 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-09-18 11:16:24 -0400
commit4f86e36471749397aeb30b6c29edffa7b3bdefc6 (patch)
tree13e432ef6e475177ca9b55e55bd3b48a9b737ec7
parentd4b5eb62d4a848c5cf6e2a0c3c5f39151b31897d (diff)
downloadexternal_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.rst6
-rw-r--r--changelog.d/1480.change.rst1
-rw-r--r--setup.cfg2
-rwxr-xr-xsetup.py2
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.
diff --git a/setup.cfg b/setup.cfg
index 7c878064..26a14bde 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 40.4.0
+current_version = 40.4.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 3ecf1d2e..5b08b18d 100755
--- a/setup.py
+++ b/setup.py
@@ -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"