comparison pylons_app/__init__.py @ 246:ca80f8c00562 rhodecode-0.0.0.7.6

Fixed bug in repos, added dependencies and bumped version
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 03 Jun 2010 01:01:36 +0200
parents 710e7a75bb6b
children 3782a6d698af
comparison
equal deleted inserted replaced
245:a83a1799480c 246:ca80f8c00562
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, 5, 'beta') 5 VERSION = (0, 7, 6, '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 """