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

Changeset 1037

Show
Ignore:
Timestamp:
04/03/06 08:07:13
Author:
rdelon
Message:

Preparing for 2.2.0-final release

Files:

Legend:

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

    r1032 r1037  
     12006-04-03: 
     2    * CherryPy-2.2.0 released 
     3 
    142006-03-29: 
    25    * Moved to Combined Log Format  
  • trunk/cherrypy/__init__.py

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

    r1011 r1037  
    218218class CherryPyWSGIServer(object): 
    219219     
    220     version = "CherryPy/2.2.0rc1
     220    version = "CherryPy/2.2.0
    221221    ready = False 
    222222    interrupt = None 
  • trunk/setup.py

    r1000 r1037  
    1919############################################################################### 
    2020name = "CherryPy" 
    21 version = "2.2.0rc1
     21version = "2.2.0
    2222desc = "Object-Oriented web development framework" 
    2323long_desc = "CherryPy is a pythonic, object-oriented web development framework" 
    2424classifiers=[ 
    25     #"Development Status :: 5 - Production/Stable", 
    26     "Development Status :: 4 - Beta", 
     25    "Development Status :: 5 - Production/Stable", 
     26    #"Development Status :: 4 - Beta", 
    2727    "Intended Audience :: Developers", 
    2828    "License :: Freely Distributable", 

Hosted by WebFaction

Log in as guest/cpguest to create tickets