summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2010-04-15 02:35:50 +0000
committerRobert Brewer <fumanchu@aminus.org>2010-04-15 02:35:50 +0000
commit3c669664936a78b24251e0715779d74ac2f60a38 (patch)
treeb8184a89c607650924ccda9cbee31ff991c25dd0
parente29d2375ef6d4dac4d55f00fcd3d961108d98964 (diff)
downloadcherrypy-git-3c669664936a78b24251e0715779d74ac2f60a38.tar.gz
Bumping to 3.0.4.cherrypy-3.0.4
--HG-- branch : cherrypy-3.0.x
-rw-r--r--cherrypy/__init__.py2
-rw-r--r--cherrypy/wsgiserver/__init__.py2
-rw-r--r--setup.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/cherrypy/__init__.py b/cherrypy/__init__.py
index fb341b67..0ad7640d 100644
--- a/cherrypy/__init__.py
+++ b/cherrypy/__init__.py
@@ -57,7 +57,7 @@ These API's are described in the CherryPy specification:
http://www.cherrypy.org/wiki/CherryPySpec
"""
-__version__ = "3.0.3"
+__version__ = "3.0.4"
from urlparse import urljoin as _urljoin
diff --git a/cherrypy/wsgiserver/__init__.py b/cherrypy/wsgiserver/__init__.py
index 2f9fe0b6..804d7f5e 100644
--- a/cherrypy/wsgiserver/__init__.py
+++ b/cherrypy/wsgiserver/__init__.py
@@ -785,7 +785,7 @@ class CherryPyWSGIServer(object):
"""
protocol = "HTTP/1.1"
- version = "CherryPy/3.0.3"
+ version = "CherryPy/3.0.4"
ready = False
_interrupt = None
ConnectionClass = HTTPConnection
diff --git a/setup.py b/setup.py
index 385e35b8..27d215ee 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ required_python_version = '2.3'
# arguments for the setup command
###############################################################################
name = "CherryPy"
-version = "3.0.3"
+version = "3.0.4"
desc = "Object-Oriented HTTP framework"
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
classifiers=[
@@ -41,7 +41,7 @@ packages=[
"cherrypy.tutorial", "cherrypy.test",
"cherrypy.wsgiserver",
]
-download_url="http://download.cherrypy.org/cherrypy/3.0.3/"
+download_url="http://download.cherrypy.org/cherrypy/3.0.4/"
data_files=[
('cherrypy/tutorial',
[