Update base version

This commit is contained in:
Foo 2015-05-10 23:18:10 +03:00
parent bac1c0162d
commit 20868f7a0d
1 changed files with 1 additions and 1 deletions

View File

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