##// END OF EJS Templates
Css changes, added icon pack.
Css changes, added icon pack.

File last commit:

r209:1a18994c rhodecode-0.0.0.7.2 default
r210:6257cf27 default
Show More
__init__.py
13 lines | 316 B | text/x-python | PythonLexer
"""
Hg app, a web based mercurial repository managment based on pylons
"""
VERSION = (0, 7, 2, 'beta')
__version__ = '.'.join((str(each) for each in VERSION[:4]))
def get_version():
"""
Returns shorter version (digit parts only) as string.
"""
return '.'.join((str(each) for each in VERSION[:3]))