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

Changeset 1859

Show
Ignore:
Timestamp:
01/13/08 20:19:36
Author:
dowski
Message:

Woops - missed a version# in setup.py. Also expanded to n.n.n version numbers (from n.n).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cherrypy-2.x/cherrypy/__init__.py

    r1857 r1859  
    11"""Global module that all modules developing with CherryPy should import.""" 
    22 
    3 __version__ = '2.3
     3__version__ = '2.3.0
    44 
    55import datetime 
  • branches/cherrypy-2.x/cherrypy/_cpwsgiserver.py

    r1857 r1859  
    272272    """ 
    273273     
    274     version = "CherryPy/2.3
     274    version = "CherryPy/2.3.0
    275275    protocol = "HTTP/1.0" 
    276276    ready = False 
  • branches/cherrypy-2.x/setup.py

    r1857 r1859  
    1919############################################################################### 
    2020name = "CherryPy" 
    21 version = "2.2.2rc2
     21version = "2.3.0
    2222desc = "Object-Oriented web development framework" 
    2323long_desc = "CherryPy is a pythonic, object-oriented web development framework" 
     
    3939    "cherrypy.tutorial", "cherrypy.test", "cherrypy.filters", 
    4040] 
    41 download_url="http://download.cherrypy.org/cherrypy/2.3/" 
     41download_url="http://download.cherrypy.org/cherrypy/2.3.0/" 
    4242data_files=[ 
    4343    ('cherrypy/tutorial', 

Hosted by WebFaction

Log in as guest/cpguest to create tickets