Changeset - c097458480a5
[Not reviewed]
Marcin Kuzminski - 15 years ago 2010-05-22 19:30:20
marcin@python-works.com
version bump
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/__init__.py
Show inline comments
 
"""
 
Hg app, a web based mercurial repository managment based on pylons
 
"""
 

	
 
VERSION = (0, 6, 8, 'beta')
 
VERSION = (0, 7, 0, 'beta')
 

	
 
__version__ = '.'.join((str(each) for each in VERSION[:4]))
 

	
 
def get_version():
 
    """
 
    Returns shorter version (digit parts only) as string.
0 comments (0 inline, 0 general)