Author: chrisz Date: Sun Dec 19 13:30:18 2010 New Revision: 7194 URL: http://trac.turbogears.org/changeset/7194
Log: Preparing the version number in the branches for the next releases. Modified: branches/1.1/tools/tgsetup.py branches/1.1/turbogears/release.py branches/1.5/tools/tgsetup.py branches/1.5/turbogears/release.py Modified: branches/1.1/tools/tgsetup.py ============================================================================== --- branches/1.1/tools/tgsetup.py Sun Dec 19 13:27:02 2010 (r7193) +++ branches/1.1/tools/tgsetup.py Sun Dec 19 13:30:18 2010 (r7194) @@ -4,7 +4,7 @@ from distutils import log # this is the TG version -TGVERSION = "1.1.2" +TGVERSION = "1.1.3" TGDOWNLOAD = "http://www.turbogears.org/download/" #!python Modified: branches/1.1/turbogears/release.py ============================================================================== --- branches/1.1/turbogears/release.py Sun Dec 19 13:27:02 2010 (r7193) +++ branches/1.1/turbogears/release.py Sun Dec 19 13:30:18 2010 (r7194) @@ -29,7 +29,7 @@ http://svn.turbogears.org/trunk#egg=turbogears-dev """ -version = "1.1.2" +version = "1.1.3" description = "Front-to-back, open-source, rapid web development framework" long_description = __doc__ author = "Kevin Dangoor" Modified: branches/1.5/tools/tgsetup.py ============================================================================== --- branches/1.5/tools/tgsetup.py Sun Dec 19 13:27:02 2010 (r7193) +++ branches/1.5/tools/tgsetup.py Sun Dec 19 13:30:18 2010 (r7194) @@ -4,7 +4,7 @@ from distutils import log # this is the TG version -TGVERSION = "1.5b1" +TGVERSION = "1.5b2" TGDOWNLOAD = "http://www.turbogears.org/download/" #!python Modified: branches/1.5/turbogears/release.py ============================================================================== --- branches/1.5/turbogears/release.py Sun Dec 19 13:27:02 2010 (r7193) +++ branches/1.5/turbogears/release.py Sun Dec 19 13:30:18 2010 (r7194) @@ -29,7 +29,7 @@ http://svn.turbogears.org/trunk#egg=turbogears-dev """ -version = "1.5b1" +version = "1.5b2" description = "Front-to-back, open-source, rapid web development framework" long_description = __doc__ author = "Kevin Dangoor"
