summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-24 11:55:19 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-24 11:55:19 -0400
commitc75b1ec8d1409957d4c22253a9b120a4dc364a33 (patch)
treefcae7513700d2220e8165241aea67eac6c2e89fd
parent866c8ceed643e9069c49e9bd6b5b2884d72ccad3 (diff)
downloadcherrypy-git-c75b1ec8d1409957d4c22253a9b120a4dc364a33.tar.gz
Bump version: 6.2.0 → 6.2.1v6.2.1
-rw-r--r--setup.cfg2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 7a216168..33aae0d9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 6.2.0
+current_version = 6.2.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 2cc918d0..0c68d1bc 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ class Tox(TestCommand):
# arguments for the setup command
###############################################################################
name = "CherryPy"
-version = "6.2.0"
+version = "6.2.1"
desc = "Object-Oriented HTTP framework"
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
classifiers = [