diff rhodecode/__init__.py @ 2910:3dfa25f35482 beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 09 Oct 2012 01:00:26 +0200
parents 6b79e96f6ecd
children 133b117efe0e
line wrap: on
line diff
--- a/rhodecode/__init__.py	Tue Oct 09 00:14:41 2012 +0200
+++ b/rhodecode/__init__.py	Tue Oct 09 01:00:26 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 4, 4, 'b')
+VERSION = (1, 4, 5, 'b')
 
 try:
     from rhodecode.lib import get_current_revision