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

Changeset 1332

Show
Ignore:
Timestamp:
09/04/06 15:21:51
Author:
fumanchu
Message:

Changing version to 3.0.0beta.

Files:

Legend:

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

    r1311 r1332  
    11"""Global module that all modules developing with CherryPy should import.""" 
    22 
    3 __version__ = '3.0.0alpha' 
     3__version__ = '3.0.0beta' 
    44 
    55import os as _os 
  • trunk/cherrypy/_cpwsgiserver.py

    r1328 r1332  
    457457     
    458458    protocol = "HTTP/1.1" 
    459     version = "CherryPy/3.0.0alpha" 
     459    version = "CherryPy/3.0.0beta" 
    460460    ready = False 
    461461    _interrupt = None 
  • trunk/cherrypy/test/benchmark.py

    r1281 r1332  
    124124 
    125125 
    126 Server Software:        CherryPy/3.0.0alph
     126Server Software:        CherryPy/3.0.0bet
    127127Server Hostname:        localhost 
    128128Server Port:            8080 
  • trunk/setup.py

    r1086 r1332  
    1919############################################################################### 
    2020name = "CherryPy" 
    21 version = "3.0.0alpha" 
    22 desc = "Object-Oriented web development framework" 
    23 long_desc = "CherryPy is a pythonic, object-oriented web development framework" 
     21version = "3.0.0beta" 
     22desc = "Object-Oriented HTTP framework" 
     23long_desc = "CherryPy is a pythonic, object-oriented HTTP framework" 
    2424classifiers=[ 
    2525    #"Development Status :: 5 - Production/Stable", 
    26     "Development Status :: 3 - Alpha", 
     26    "Development Status :: 4 - Beta", 
     27    "Environment :: Web Environment", 
    2728    "Intended Audience :: Developers", 
    2829    "License :: Freely Distributable", 
     30    "Operating System :: OS Independent", 
    2931    "Programming Language :: Python", 
    30     "Topic :: Internet ", 
     32    "Topic :: Internet :: WWW/HTTP :: Dynamic Content", 
    3133    "Topic :: Software Development :: Libraries :: Application Frameworks", 
    3234] 

Hosted by WebFaction

Log in as guest/cpguest to create tickets