Changeset 1857
- Timestamp:
- 01/13/08 20:06:41
- Files:
-
- branches/cherrypy-2.x/cherrypy/__init__.py (modified) (1 diff)
- branches/cherrypy-2.x/cherrypy/_cpwsgiserver.py (modified) (1 diff)
- branches/cherrypy-2.x/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/cherrypy-2.x/cherrypy/__init__.py
r1527 r1857 1 1 """Global module that all modules developing with CherryPy should import.""" 2 2 3 __version__ = '2. 2.2rc2'3 __version__ = '2.3' 4 4 5 5 import datetime branches/cherrypy-2.x/cherrypy/_cpwsgiserver.py
r1582 r1857 272 272 """ 273 273 274 version = "CherryPy/2. 2.2rc2"274 version = "CherryPy/2.3" 275 275 protocol = "HTTP/1.0" 276 276 ready = False branches/cherrypy-2.x/setup.py
r1527 r1857 39 39 "cherrypy.tutorial", "cherrypy.test", "cherrypy.filters", 40 40 ] 41 download_url="http://download.cherrypy.org/cherrypy/2. 2.2rc2/"41 download_url="http://download.cherrypy.org/cherrypy/2.3/" 42 42 data_files=[ 43 43 ('cherrypy/tutorial',

