changeset 3857:c480e62f44d3

bumped version in stable branch
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 12 May 2013 21:51:54 +0200
parents 49af0d0ab077
children d11ecf2f6327
files rhodecode/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/__init__.py	Sun May 12 21:46:49 2013 +0200
+++ b/rhodecode/__init__.py	Sun May 12 21:51:54 2013 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 6, 0)
+VERSION = (1, 6, 1)
 
 try:
     from rhodecode.lib import get_current_revision