comparison pylons_app/__init__.py @ 513:2fa16ec5822d rhodecode-0.0.0.8.4

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 28 Sep 2010 20:26:13 +0000
parents 6aa7db1c083a
children 16ba57d8fe23
comparison
equal deleted inserted replaced
512:d945c95ba4ac 513:2fa16ec5822d
22 Hg app, a web based mercurial repository managment based on pylons 22 Hg app, a web based mercurial repository managment based on pylons
23 versioning implementation: http://semver.org/ 23 versioning implementation: http://semver.org/
24 @author: marcink 24 @author: marcink
25 """ 25 """
26 26
27 VERSION = (0, 8, 3, 'beta') 27 VERSION = (0, 8, 4, '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 """