comparison 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
comparison
equal deleted inserted replaced
361:3581656180b7 362:558eb7c5028f
22 Created on April 9, 2010 22 Created on April 9, 2010
23 Hg app, a web based mercurial repository managment based on pylons 23 Hg app, a web based mercurial repository managment based on pylons
24 @author: marcink 24 @author: marcink
25 """ 25 """
26 26
27 VERSION = (0, 7, 9, 'beta') 27 VERSION = (0, 8, 0, 'beta')
28 28
29 __version__ = '.'.join((str(each) for each in VERSION[:4])) 29 __version__ = '.'.join((str(each) for each in VERSION[:4]))
30 30
31 def get_version(): 31 def get_version():
32 """ 32 """