Changeset 5256

Show
Ignore:
Timestamp:
08/26/08 17:11:30 (5 months ago)
Author:
faide
Message:

upgrading version number for the tgsetup script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • website/newdocs/download/tgsetup.py

    r4857 r5256  
    44from distutils import log 
    55 
    6 TGVERSION = "1.0.5" 
     6# this is the TG version 
     7TGVERSION = "1.0.6" 
    78TGDOWNLOAD = "http://www.turbogears.org/download/" 
    89 
     
    2324""" 
    2425import sys 
     26# this is the default version of setuptools, not TG 
    2527DEFAULT_VERSION = "0.6c8" 
    2628DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]