comparison pylons_app/__init__.py @ 209:1a18994cdc3b rhodecode-0.0.0.7.2

Added archives support. Version bump
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 23 May 2010 21:26:18 +0200
parents 8bdec09436cb
children a3a7c3e03b76
comparison
equal deleted inserted replaced
208:c674d994b07c 209:1a18994cdc3b
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, 1, 'beta') 5 VERSION = (0, 7, 2, '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 """