comparison pylons_app/__init__.py @ 218:58b46f9194c3 rhodecode-0.0.0.7.4

version bump. Made changesets work as should, but vcs had to be fixed for that.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 25 May 2010 00:32:18 +0200
parents a3a7c3e03b76
children 710e7a75bb6b
comparison
equal deleted inserted replaced
217:3a1b921ce51c 218:58b46f9194c3
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, 3, 'beta') 5 VERSION = (0, 7, 4, '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 """