changeset 3362:89e7b189da64

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 12 Feb 2013 22:05:35 +0100
parents 031a698e85ea
children 1a498b11f154
files rhodecode/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/__init__.py	Fri Feb 08 22:11:23 2013 +0100
+++ b/rhodecode/__init__.py	Tue Feb 12 22:05:35 2013 +0100
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 5, 2)
+VERSION = (1, 5, 3)
 
 try:
     from rhodecode.lib import get_current_revision