aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-16 12:35:57 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-16 12:35:57 -0400
commit9b92671faddc36f754ec2f67bd25f9e8ae66311b (patch)
tree12eb6f26eb5dd07b89643770fe2619cc94ea7d74
parent772773cd3b61f9773f571a63cd8a73dd8f9049f2 (diff)
downloadexternal_python_setuptools-9b92671faddc36f754ec2f67bd25f9e8ae66311b.tar.gz
external_python_setuptools-9b92671faddc36f754ec2f67bd25f9e8ae66311b.tar.bz2
external_python_setuptools-9b92671faddc36f754ec2f67bd25f9e8ae66311b.zip
Bump version: 28.5.0 → 28.6.0v28.6.0
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index c2b34b33..1cafb9ae 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 28.5.0
+current_version = 28.6.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 3ae7a09f..eb8df62a 100755
--- a/setup.py
+++ b/setup.py
@@ -86,7 +86,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="28.5.0",
+ version="28.6.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",