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

Changeset 1546

Show
Ignore:
Timestamp:
12/21/06 08:43:54
Author:
dowski
Message:

Preparing for the 3.0.0 release.

Files:

Legend:

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

    r1541 r1546  
    11"""Global module that all modules developing with CherryPy should import.""" 
    22 
    3 __version__ = '3.0.0RC1
     3__version__ = '3.0.0
    44 
    55from urlparse import urljoin as _urljoin 
  • trunk/cherrypy/wsgiserver.py

    r1539 r1546  
    707707     
    708708    protocol = "HTTP/1.1" 
    709     version = "CherryPy/3.0.0RC1
     709    version = "CherryPy/3.0.0
    710710    ready = False 
    711711    _interrupt = None 
  • trunk/setup.py

    r1515 r1546  
    1919############################################################################### 
    2020name = "CherryPy" 
    21 version = "3.0.0RC1
     21version = "3.0.0
    2222desc = "Object-Oriented HTTP framework" 
    2323long_desc = "CherryPy is a pythonic, object-oriented HTTP 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    "Environment :: Web Environment", 
    2828    "Intended Audience :: Developers", 
     
    4141    "cherrypy.tutorial", "cherrypy.test", 
    4242] 
    43 download_url="http://download.cherrypy.org/cherrypy/3.0beta2/" 
     43download_url="http://download.cherrypy.org/cherrypy/3.0.0/" 
    4444data_files=[ 
    4545    ('cherrypy/tutorial', 

Hosted by WebFaction

Log in as guest/cpguest to create tickets