Skip to content

Commit

Permalink
Merge branch 'release-2.5.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ZyX-I committed Feb 5, 2017
2 parents 8286674 + e578b8a commit 0240643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def compile_client():


def get_version():
base_version = '2.5'
base_version = '2.5.1'
base_version += '.dev9999'
try:
return base_version + '+git.' + str(subprocess.check_output(['git', 'rev-parse', 'HEAD']).strip())
Expand Down

0 comments on commit 0240643

Please sign in to comment.