aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-09 10:04:29 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-09 10:04:29 -0400
commitc550d2d91f19e42257926f108bc269a759a2a13e (patch)
tree16680805505c8ddd0f14eaf0f70abf3298366cb8
parent18f4f4f56e4dfeeb152e86b4a84f84256ff0b57a (diff)
downloadexternal_python_setuptools-27.0.0.tar.gz
external_python_setuptools-27.0.0.tar.bz2
external_python_setuptools-27.0.0.zip
Bump version: 26.1.1 → 27.0.0v27.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 3bcd66a9..655b8f21 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 26.1.1
+current_version = 27.0.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 90702c1d..40977fe4 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="26.1.1",
+ version="27.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",