comparison pylons_app/__init__.py @ 211:a3a7c3e03b76 rhodecode-0.0.0.7.3

version bump. Bugfix when changelog parameter was not an int. Added limit for 100 changelogs to view at once.
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 24 May 2010 00:58:26 +0200
parents 1a18994cdc3b
children 58b46f9194c3
comparison
equal deleted inserted replaced
210:6257cf277395 211:a3a7c3e03b76
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, 2, 'beta') 5 VERSION = (0, 7, 3, '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 """