Changeset 1622
- Timestamp:
- 02/19/07 18:33:43
- Files:
-
- trunk/cherrypy/__init__.py (modified) (1 diff)
- trunk/cherrypy/wsgiserver/__init__.py (modified) (1 diff)
- trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/__init__.py
r1615 r1622 58 58 """ 59 59 60 __version__ = "3.0.1 alpha"60 __version__ = "3.0.1" 61 61 62 62 from urlparse import urljoin as _urljoin trunk/cherrypy/wsgiserver/__init__.py
r1618 r1622 757 757 758 758 protocol = "HTTP/1.1" 759 version = "CherryPy/3.0.1 alpha"759 version = "CherryPy/3.0.1" 760 760 ready = False 761 761 _interrupt = None trunk/setup.py
r1591 r1622 19 19 ############################################################################### 20 20 name = "CherryPy" 21 version = "3.0.1 alpha"21 version = "3.0.1" 22 22 desc = "Object-Oriented HTTP framework" 23 23 long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"

