changeset 2040:b64b809a3cae beta

version bump for beta
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 21:31:04 +0200
parents 872d5f0aafe4
children d533249e7d55
files rhodecode/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/__init__.py	Sun Feb 26 19:30:47 2012 +0200
+++ b/rhodecode/__init__.py	Sun Feb 26 21:31:04 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 3, 0, 'beta')
+VERSION = (1, 3, 1, 'beta')
 __version__ = '.'.join((str(each) for each in VERSION[:4]))
 __dbversion__ = 5  # defines current db version for migrations
 __platform__ = platform.system()