changeset 2170:0239953fa711 beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Mar 2012 22:41:51 +0200
parents 8de43412e7d7
children 28d9893d6a23
files rhodecode/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/__init__.py	Wed Mar 28 22:28:15 2012 +0200
+++ b/rhodecode/__init__.py	Wed Mar 28 22:41:51 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 3, 4, 'b')
+VERSION = (1, 3, 5, 'b')
 
 try:
     from rhodecode.lib import get_current_revision