diff pylons_app/__init__.py @ 193:50a39f923f31

Added file annotation template. Bumped version to 0.6.8. Changelog and changeset are now cleaned with js, it's still very beta.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 02:00:39 +0200
parents 3380ca40cdba
children c097458480a5
line wrap: on
line diff
--- a/pylons_app/__init__.py	Sat May 22 01:58:36 2010 +0200
+++ b/pylons_app/__init__.py	Sat May 22 02:00:39 2010 +0200
@@ -2,7 +2,7 @@
 Hg app, a web based mercurial repository managment based on pylons
 """
 
-VERSION = (0, 6, 0, 'beta')
+VERSION = (0, 6, 8, 'beta')
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))