diff rhodecode/__init__.py @ 2830:5a19d6f4283e beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 08 Sep 2012 00:50:42 +0200
parents c9baaacb670a
children d998cc84cf72 94575ebeeabd
line wrap: on
line diff
--- a/rhodecode/__init__.py	Sat Sep 08 00:17:06 2012 +0200
+++ b/rhodecode/__init__.py	Sat Sep 08 00:50:42 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 4, 1, 'b')
+VERSION = (1, 4, 2, 'b')
 
 try:
     from rhodecode.lib import get_current_revision