Log:
Preparing the version number for the next beta releases.
Modified:
branches/1.5/tools/tgsetup.py
branches/1.5/turbogears/release.py
Modified: branches/1.5/tools/tgsetup.py
==============================================================================
--- branches/1.5/tools/tgsetup.py Sun Jan 30 18:14:28 2011 (r7230)
+++ branches/1.5/tools/tgsetup.py Sun Jan 30 18:16:46 2011 (r7231)
@@ -4,7 +4,7 @@
from distutils import log
# this is the TG version
-TGVERSION = "1.5b2"
+TGVERSION = "1.5b3"
TGDOWNLOAD = "http://www.turbogears.org/download/"
#!python
Modified: branches/1.5/turbogears/release.py
==============================================================================
--- branches/1.5/turbogears/release.py Sun Jan 30 18:14:28 2011 (r7230)
+++ branches/1.5/turbogears/release.py Sun Jan 30 18:16:46 2011 (r7231)
@@ -30,7 +30,7 @@
http://svn.turbogears.org/trunk#egg=turbogears-dev
"""
-version = "1.5b2"
+version = "1.5b3"
description = "Front-to-back, open-source, rapid web development framework"
long_description = __doc__
author = "Kevin Dangoor"