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

Changeset 1622

Show
Ignore:
Timestamp:
02/19/07 18:33:43
Author:
dowski
Message:

Changed version numbers in preparation for 3.0.1 release.

Files:

Legend:

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

    r1615 r1622  
    5858""" 
    5959 
    60 __version__ = "3.0.1alpha
     60__version__ = "3.0.1
    6161 
    6262from urlparse import urljoin as _urljoin 
  • trunk/cherrypy/wsgiserver/__init__.py

    r1618 r1622  
    757757     
    758758    protocol = "HTTP/1.1" 
    759     version = "CherryPy/3.0.1alpha
     759    version = "CherryPy/3.0.1
    760760    ready = False 
    761761    _interrupt = None 
  • trunk/setup.py

    r1591 r1622  
    1919############################################################################### 
    2020name = "CherryPy" 
    21 version = "3.0.1alpha
     21version = "3.0.1
    2222desc = "Object-Oriented HTTP framework" 
    2323long_desc = "CherryPy is a pythonic, object-oriented HTTP framework" 

Hosted by WebFaction

Log in as guest/cpguest to create tickets