mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 13:55:45 +02:00
Merge branch 'release-2.1' into develop
This commit is contained in:
commit
abe9014e59
2
setup.py
Executable file → Normal file
2
setup.py
Executable file → Normal file
@ -59,7 +59,7 @@ else:
|
|||||||
|
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
base_version = '2.0'
|
base_version = '2.1'
|
||||||
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())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user