summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-30 08:42:23 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-30 08:42:23 -0400
commit3492e97592a76ec390803dedaf42855ee1ca17de (patch)
tree4865fedb13335bc30c73100061228219e47ea4db
parente2589bfe9c372864375703eb1e0a27ef16770171 (diff)
downloadcherrypy-3492e97592a76ec390803dedaf42855ee1ca17de.tar.gz
Bump version: 5.1.0 ? 5.2.0
-rw-r--r--setup.cfg21
-rw-r--r--setup.py2
2 files changed, 12 insertions, 11 deletions
diff --git a/setup.cfg b/setup.cfg
index d015d5c7..13afd86f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,23 +1,24 @@
+[bumpversion]
+current_version = 5.2.0
+commit = True
+tag = True
+
[aliases]
clean_egg_info = egg_info -RDb ''
release = clean_egg_info sdist bdist_wheel
[sdist]
-formats=gztar,zip
+formats = gztar,zip
[nosetests]
-where=cherrypy
-logging-filter=cherrypy
-verbosity=2
-nocapture=True
+where = cherrypy
+logging-filter = cherrypy
+verbosity = 2
+nocapture = True
[egg_info]
tag_build = .post
tag_date = 1
-[bumpversion]
-current_version = 5.1.0
-commit = True
-tag = True
-
[bumpversion:file:setup.py]
+
diff --git a/setup.py b/setup.py
index 21cd5401..d4267e09 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ class cherrypy_build_py(build_py):
# arguments for the setup command
###############################################################################
name = "CherryPy"
-version = "5.1.0"
+version = "5.2.0"
desc = "Object-Oriented HTTP framework"
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
classifiers = [