diff rhodecode/__init__.py @ 679:d85b0948e539 rhodecode-0.0.1.0.2

fixed hooks broken symlink issue fixed python2.5 crash. fixed #58 missing graph.js bug Fixed tests to remove the forked repository when building enviroment version bump
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 11 Nov 2010 15:03:40 +0100
parents bee56f209c40
children 3d0661b8aaa4
line wrap: on
line diff
--- a/rhodecode/__init__.py	Wed Nov 10 19:25:44 2010 +0100
+++ b/rhodecode/__init__.py	Thu Nov 11 15:03:40 2010 +0100
@@ -24,7 +24,7 @@
 @author: marcink
 """
 
-VERSION = (1, 0, 1,)
+VERSION = (1, 0, 2,)
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))