aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-29 12:19:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-29 12:19:08 -0400
commit15cec8c321f1f77b4331363ec3fbed87ea00ab64 (patch)
treef2ff2ec7c9d9730538697ac6118f2fb6e57bfe27
parentb1446e0a5342bc1843cb38495ae84a6ca27c8a9e (diff)
downloadexternal_python_setuptools-15cec8c321f1f77b4331363ec3fbed87ea00ab64.tar.gz
external_python_setuptools-15cec8c321f1f77b4331363ec3fbed87ea00ab64.tar.bz2
external_python_setuptools-15cec8c321f1f77b4331363ec3fbed87ea00ab64.zip
Bump version: 21.2.1 → 21.2.2v21.2.2
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index e9f13074..ad8e1292 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 21.2.1
+current_version = 21.2.2
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 4ee0ac32..391cacae 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="21.2.1",
+ version="21.2.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",