diff rhodecode/__init__.py @ 2044:fa74e91695a0

merge
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 21:56:03 +0200
parents dbc82e3362a2 b64b809a3cae
children 8fbb1d250804
line wrap: on
line diff
--- a/rhodecode/__init__.py	Sun Feb 26 21:41:44 2012 +0200
+++ b/rhodecode/__init__.py	Sun Feb 26 21:56:03 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 3, 0)
+VERSION = (1, 3, 1)
 __version__ = '.'.join((str(each) for each in VERSION[:4]))
 __dbversion__ = 5  # defines current db version for migrations
 __platform__ = platform.system()