comparison pylons_app/__init__.py @ 198:c097458480a5 rhodecode-0.0.0.7.0

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 19:30:20 +0200
parents 50a39f923f31
children 8bdec09436cb
comparison
equal deleted inserted replaced
197:da59b7e07e3c 198:c097458480a5
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, 6, 8, 'beta') 5 VERSION = (0, 7, 0, '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 """