Update base version

This commit is contained in:
Foo 2017-02-05 13:44:42 +03:00
parent 908c575223
commit 4189862b85
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ else:
def get_version(): def get_version():
base_version = '2.5.1' base_version = '2.5.2'
base_version += '.dev9999' base_version += '.dev9999'
try: try:
return base_version + '+git.' + str(subprocess.check_output(['git', 'rev-parse', 'HEAD']).strip()) return base_version + '+git.' + str(subprocess.check_output(['git', 'rev-parse', 'HEAD']).strip())