Merge branch 'release-2.1' into develop

This commit is contained in:
ZyX 2015-02-19 02:56:44 +03:00
commit abe9014e59
1 changed files with 1 additions and 1 deletions

2
setup.py Executable file → Normal file
View File

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