aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-27 14:52:00 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-09-27 14:52:00 -0500
commitae50b560c46773697f0f3894ac34de37fda2fadd (patch)
tree7311664f78fc31cd97266ef088a4c5352e323f4d
parent35ea365b50bd1a64375fdbcce187affab22af3b7 (diff)
downloadexternal_python_setuptools-ae50b560c46773697f0f3894ac34de37fda2fadd.tar.gz
external_python_setuptools-ae50b560c46773697f0f3894ac34de37fda2fadd.tar.bz2
external_python_setuptools-ae50b560c46773697f0f3894ac34de37fda2fadd.zip
Bump version: 27.3.1 → 28.0.0v28.0.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 549aff16..ec0baddc 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 27.3.1
+current_version = 28.0.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 96dcbecc..1be4e11c 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="27.3.1",
+ version="28.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",