Update base version

This commit is contained in:
Foo 2015-06-27 01:51:29 +03:00
parent 0dc5c391fb
commit 9021b18940
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.1.4' base_version = '2.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())