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

Changeset 2007

Show
Ignore:
Timestamp:
06/30/08 14:14:22
Author:
fumanchu
Message:

Marking CP 3.1.0 final.

Files:

Legend:

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

    r1990 r2007  
    5858""" 
    5959 
    60 __version__ = "3.1.0rc1
     60__version__ = "3.1.0
    6161 
    6262from urlparse import urljoin as _urljoin 
  • trunk/cherrypy/wsgiserver/__init__.py

    r1988 r2007  
    12501250    protocol = "HTTP/1.1" 
    12511251    _bind_addr = "127.0.0.1" 
    1252     version = "CherryPy/3.1.0rc1
     1252    version = "CherryPy/3.1.0
    12531253    ready = False 
    12541254    _interrupt = None 
  • trunk/setup.py

    r1961 r2007  
    1919############################################################################### 
    2020name = "CherryPy" 
    21 version = "3.1.0rc1
     21version = "3.1.0
    2222desc = "Object-Oriented HTTP framework" 
    2323long_desc = "CherryPy is a pythonic, object-oriented HTTP framework" 
    2424classifiers=[ 
    2525    #"Development Status :: 5 - Production/Stable", 
    26     "Development Status :: 4 - Beta", 
     26    "Development Status :: 5 - Production/Stable", 
    2727    "Environment :: Web Environment", 
    2828    "Intended Audience :: Developers", 
     
    4242    "cherrypy.wsgiserver", "cherrypy.process", 
    4343] 
    44 download_url="http://download.cherrypy.org/cherrypy/3.1.0rc1/" 
     44download_url="http://download.cherrypy.org/cherrypy/3.1.0/" 
    4545data_files=[ 
    4646    ('cherrypy', ['cherrypy/cherryd', 

Hosted by WebFaction

Log in as guest/cpguest to create tickets