Changeset 1859
- Timestamp:
- 01/13/08 20:19:36
- 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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/cherrypy-2.x/cherrypy/__init__.py
r1857 r1859 1 1 """Global module that all modules developing with CherryPy should import.""" 2 2 3 __version__ = '2.3 '3 __version__ = '2.3.0' 4 4 5 5 import datetime branches/cherrypy-2.x/cherrypy/_cpwsgiserver.py
r1857 r1859 272 272 """ 273 273 274 version = "CherryPy/2.3 "274 version = "CherryPy/2.3.0" 275 275 protocol = "HTTP/1.0" 276 276 ready = False branches/cherrypy-2.x/setup.py
r1857 r1859 19 19 ############################################################################### 20 20 name = "CherryPy" 21 version = "2. 2.2rc2"21 version = "2.3.0" 22 22 desc = "Object-Oriented web development framework" 23 23 long_desc = "CherryPy is a pythonic, object-oriented web development framework" … … 39 39 "cherrypy.tutorial", "cherrypy.test", "cherrypy.filters", 40 40 ] 41 download_url="http://download.cherrypy.org/cherrypy/2.3 /"41 download_url="http://download.cherrypy.org/cherrypy/2.3.0/" 42 42 data_files=[ 43 43 ('cherrypy/tutorial',

