Changeset 1961
- Timestamp:
- 05/17/08 14:34:28
- Files:
-
- trunk/cherrypy/__init__.py (modified) (1 diff)
- trunk/cherrypy/wsgiserver/__init__.py (modified) (1 diff)
- trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/__init__.py
r1951 r1961 58 58 """ 59 59 60 __version__ = "3.1.0 beta3"60 __version__ = "3.1.0rc1" 61 61 62 62 from urlparse import urljoin as _urljoin trunk/cherrypy/wsgiserver/__init__.py
r1956 r1961 1231 1231 protocol = "HTTP/1.1" 1232 1232 _bind_addr = "127.0.0.1" 1233 version = "CherryPy/3.1.0 beta3"1233 version = "CherryPy/3.1.0rc1" 1234 1234 ready = False 1235 1235 _interrupt = None trunk/setup.py
r1934 r1961 19 19 ############################################################################### 20 20 name = "CherryPy" 21 version = "3.1.0 beta3"21 version = "3.1.0rc1" 22 22 desc = "Object-Oriented HTTP framework" 23 23 long_desc = "CherryPy is a pythonic, object-oriented HTTP framework" … … 42 42 "cherrypy.wsgiserver", "cherrypy.process", 43 43 ] 44 download_url="http://download.cherrypy.org/cherrypy/3.1.0 beta3/"44 download_url="http://download.cherrypy.org/cherrypy/3.1.0rc1/" 45 45 data_files=[ 46 46 ('cherrypy', ['cherrypy/cherryd',

