Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1589

Show
Ignore:
Timestamp:
01/07/07 16:00:56
Author:
fumanchu
Message:

Fix for #636 (Move wsgiserver.py into a subdirectory for cleaner svn:externals links). Reinstated wsgiserver as a subpackage. Also set version to 3.0.1alpha.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/__init__.py

    r1574 r1589  
    11"""Global module that all modules developing with CherryPy should import.""" 
    22 
    3 __version__ = '3.0.0' 
     3__version__ = "3.0.1alpha" 
    44 
    55from urlparse import urljoin as _urljoin 
  • trunk/cherrypy/test/benchmark.py

    r1581 r1589  
    150150 
    151151 
    152 Server Software:        CherryPy/3.0.0bet
     152Server Software:        CherryPy/3.0.1alph
    153153Server Hostname:        localhost 
    154154Server Port:            8080 
  • trunk/setup.py

    r1546 r1589  
    1919############################################################################### 
    2020name = "CherryPy" 
    21 version = "3.0.0
     21version = "3.0.1alpha
    2222desc = "Object-Oriented HTTP framework" 
    2323long_desc = "CherryPy is a pythonic, object-oriented HTTP framework" 
     
    4141    "cherrypy.tutorial", "cherrypy.test", 
    4242] 
    43 download_url="http://download.cherrypy.org/cherrypy/3.0.0/" 
     43download_url="http://download.cherrypy.org/cherrypy/3.0.1/" 
    4444data_files=[ 
    4545    ('cherrypy/tutorial', 

Hosted by WebFaction

Log in as guest/cpguest to create tickets