changeset 198:c097458480a5 rhodecode-0.0.0.7.0

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 19:30:20 +0200
parents da59b7e07e3c
children 78e406a4c58e
files pylons_app/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/__init__.py	Sat May 22 19:29:50 2010 +0200
+++ b/pylons_app/__init__.py	Sat May 22 19:30:20 2010 +0200
@@ -2,7 +2,7 @@
 Hg app, a web based mercurial repository managment based on pylons
 """
 
-VERSION = (0, 6, 8, 'beta')
+VERSION = (0, 7, 0, 'beta')
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))