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

Changeset 1000

Show
Ignore:
Timestamp:
03/06/06 10:16:17
Author:
rdelon
Message:

Preparing for 2.2.0rc1 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG.txt

    r973 r1000  
     12006-03-06: 
     2    * CherryPy-2.2.0rcs released 
     3    * Fixed various bugs (including session) 
     4 
    152006-02-16: 
    26    * Removed _cphttpserver, the native HTTP server that was deprecated in CP 2.1 (fumanchu) 
  • trunk/cherrypy/__init__.py

    r947 r1000  
    11"""Global module that all modules developing with CherryPy should import.""" 
    22 
    3 __version__ = '2.2.0beta
     3__version__ = '2.2.0rc1
    44 
    55import datetime 
  • trunk/cherrypy/_cpwsgiserver.py

    r977 r1000  
    204204class CherryPyWSGIServer(object): 
    205205     
    206     version = "CherryPy/2.2.0beta
     206    version = "CherryPy/2.2.0rc1
    207207    ready = False 
    208208    interrupt = None 
  • trunk/setup.py

    r960 r1000  
    1919############################################################################### 
    2020name = "CherryPy" 
    21 version = "2.2.0beta
     21version = "2.2.0rc1
    2222desc = "Object-Oriented web development framework" 
    2323long_desc = "CherryPy is a pythonic, object-oriented web development framework" 
     
    6464        print s % (name, version, required_python_version) 
    6565        sys.exit(1) 
    66  
    6766    # set default location for "data_files" to platform specific "site-packages" 
    6867    # location 

Hosted by WebFaction

Log in as guest/cpguest to create tickets