# HG changeset patch # User Marcin Kuzminski # Date 1274549420 -7200 # Node ID c097458480a5972dd75d5695b61e855fd0ab371e # Parent da59b7e07e3ce13ca3c8c1b9622deafdbc7128f9 version bump diff -r da59b7e07e3c -r c097458480a5 pylons_app/__init__.py --- 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]))