diff rhodecode/__init__.py @ 592:0a48c1ec04fc

#37 fixed json imports for python2.5 removed cache manager settings out of meta to ini files docs update.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 12 Oct 2010 22:25:25 +0200
parents 2cb2346d4641
children 05528ad948c4 45e1fdc0082c
line wrap: on
line diff
--- a/rhodecode/__init__.py	Mon Oct 11 19:18:05 2010 +0200
+++ b/rhodecode/__init__.py	Tue Oct 12 22:25:25 2010 +0200
@@ -24,7 +24,7 @@
 @author: marcink
 """
 
-VERSION = (1, 0, 0, 'rc3')
+VERSION = (1, 0, 0, 'rc4')
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))