comparison pylons_app/__init__.py @ 319:c12f4d19c950 rhodecode-0.0.0.7.9

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 29 Jun 2010 20:45:35 +0200
parents 702c7e565c56
children 558eb7c5028f
comparison
equal deleted inserted replaced
318:fdf9f6ee5217 319:c12f4d19c950
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, 8, 'beta') 27 VERSION = (0, 7, 9, '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 """