Changeset 1527
- Timestamp:
- 12/11/06 17:58:25
- 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
r1485 r1527 1 1 """Global module that all modules developing with CherryPy should import.""" 2 2 3 __version__ = '2.2.2rc 1'3 __version__ = '2.2.2rc2' 4 4 5 5 import datetime branches/cherrypy-2.x/cherrypy/_cpwsgiserver.py
r1439 r1527 260 260 """ 261 261 262 version = "CherryPy/2.2.2rc 1"262 version = "CherryPy/2.2.2rc2" 263 263 protocol = "HTTP/1.0" 264 264 ready = False branches/cherrypy-2.x/setup.py
r1065 r1527 19 19 ############################################################################### 20 20 name = "CherryPy" 21 version = "2.2. 1"21 version = "2.2.2rc2" 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:// sourceforge.net/project/showfiles.php?group_id=56099"41 download_url="http://download.cherrypy.org/cherrypy/2.2.2rc2/" 42 42 data_files=[ 43 43 ('cherrypy/tutorial',

