diff rhodecode/__init__.py @ 2854:d998cc84cf72 rhodecode-0.0.1.4.2

Merge branch beta into stable
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 Sep 2012 22:38:12 +0200
parents f7a52d548fd0 5a19d6f4283e
children d6ac3baaa15a
line wrap: on
line diff
--- a/rhodecode/__init__.py	Sat Sep 08 00:39:00 2012 +0200
+++ b/rhodecode/__init__.py	Wed Sep 19 22:38:12 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 4, 1)
+VERSION = (1, 4, 2)
 
 try:
     from rhodecode.lib import get_current_revision