diff rhodecode/__init__.py @ 671:bee56f209c40 rhodecode-0.0.1.0.1

fixes few bugs - fixed #53 python2.5 incompatible enumerate calls - fixed #52 disable mercurial extension for web - fixed #51 deleting repositories don't delete it's dependent objects - small css updated
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 10 Nov 2010 01:14:44 +0100
parents 45e1fdc0082c
children d85b0948e539
line wrap: on
line diff
--- a/rhodecode/__init__.py	Tue Nov 02 20:28:28 2010 +0100
+++ b/rhodecode/__init__.py	Wed Nov 10 01:14:44 2010 +0100
@@ -24,7 +24,7 @@
 @author: marcink
 """
 
-VERSION = (1, 0, 0,)
+VERSION = (1, 0, 1,)
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))