diff pylons_app/__init__.py @ 362:558eb7c5028f rhodecode-0.0.0.8.0

version bump to 0.8 hg app 0.8 new template. Add yui flot and graph into summary page. + various tweeks and patches into look of application
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Jul 2010 02:17:48 +0200
parents c12f4d19c950
children ca54622e39a1
line wrap: on
line diff
--- a/pylons_app/__init__.py	Sat Jul 24 00:53:43 2010 +0200
+++ b/pylons_app/__init__.py	Sat Jul 24 02:17:48 2010 +0200
@@ -24,7 +24,7 @@
 @author: marcink
 """
 
-VERSION = (0, 7, 9, 'beta')
+VERSION = (0, 8, 0, 'beta')
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))