summaryrefslogtreecommitdiff
path: root/cherrypy/__init__.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-10 09:15:31 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-03-10 09:15:31 -0500
commitf4f8fb96ac44798805ce37f09462a3626e4325bf (patch)
treecb0dfb78871c7f9eb3102daf49efa3fd0dd5aecb /cherrypy/__init__.py
parent7cd63dd8ad255d56f6d5b03765a38724d6f17d95 (diff)
downloadcherrypy-f4f8fb96ac44798805ce37f09462a3626e4325bf.tar.gz
Bumped to 5.1.0 in preparation for next release.5.1.0
Diffstat (limited to 'cherrypy/__init__.py')
-rw-r--r--cherrypy/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/__init__.py b/cherrypy/__init__.py
index 7db50c4b..6e2f9bdb 100644
--- a/cherrypy/__init__.py
+++ b/cherrypy/__init__.py
@@ -56,7 +56,7 @@ with customized or extended components. The core API's are:
These API's are described in the `CherryPy specification <https://bitbucket.org/cherrypy/cherrypy/wiki/CherryPySpec>`_.
"""
-__version__ = "5.0.2"
+__version__ = "5.1.0"
from cherrypy._cpcompat import urljoin as _urljoin, urlencode as _urlencode
from cherrypy._cpcompat import basestring, unicodestr