diff pylons_app/__init__.py @ 246:ca80f8c00562 rhodecode-0.0.0.7.6

Fixed bug in repos, added dependencies and bumped version
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 03 Jun 2010 01:01:36 +0200
parents 710e7a75bb6b
children 3782a6d698af
line wrap: on
line diff
--- a/pylons_app/__init__.py	Thu Jun 03 00:04:48 2010 +0200
+++ b/pylons_app/__init__.py	Thu Jun 03 01:01:36 2010 +0200
@@ -2,7 +2,7 @@
 Hg app, a web based mercurial repository managment based on pylons
 """
 
-VERSION = (0, 7, 5, 'beta')
+VERSION = (0, 7, 6, 'beta')
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))