comparison pylons_app/__init__.py @ 225:710e7a75bb6b rhodecode-0.0.0.7.5

templating update, improved look & feel, version bump
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 26 May 2010 00:20:03 +0200
parents 58b46f9194c3
children ca80f8c00562
comparison
equal deleted inserted replaced
224:fdcef6ea3b55 225:710e7a75bb6b
1 """ 1 """
2 Hg app, a web based mercurial repository managment based on pylons 2 Hg app, a web based mercurial repository managment based on pylons
3 """ 3 """
4 4
5 VERSION = (0, 7, 4, 'beta') 5 VERSION = (0, 7, 5, 'beta')
6 6
7 __version__ = '.'.join((str(each) for each in VERSION[:4])) 7 __version__ = '.'.join((str(each) for each in VERSION[:4]))
8 8
9 def get_version(): 9 def get_version():
10 """ 10 """