diff rhodecode/__init__.py @ 1524:5383780b5fe4 beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 07 Oct 2011 19:59:47 +0200
parents 95e6a005630c
children 70e646b2806a
line wrap: on
line diff
--- a/rhodecode/__init__.py	Fri Oct 07 18:39:08 2011 +0200
+++ b/rhodecode/__init__.py	Fri Oct 07 19:59:47 2011 +0200
@@ -25,9 +25,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 import platform
 
-VERSION = (1, 2, 0, 'beta')
+VERSION = (1, 3, 0, 'beta')
 __version__ = '.'.join((str(each) for each in VERSION[:4]))
-__dbversion__ = 3 #defines current db version for migrations
+__dbversion__ = 4 #defines current db version for migrations
 __platform__ = platform.system()
 __license__ = 'GPLv3'