mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 23:35:04 +02:00
Version 2.1.2
- Fixed typo in arguments processing code.
This commit is contained in:
commit
74198f46be
@ -53,6 +53,7 @@ def finish_args(environ, args):
|
|||||||
[path for path in environ.get('POWERLINE_CONFIG_PATHS', '').split(':') if path]
|
[path for path in environ.get('POWERLINE_CONFIG_PATHS', '').split(':') if path]
|
||||||
+ (args.config_path or [])
|
+ (args.config_path or [])
|
||||||
)
|
)
|
||||||
|
args.side = args.side[0]
|
||||||
return args
|
return args
|
||||||
|
|
||||||
|
|
||||||
|
4
setup.py
4
setup.py
@ -59,7 +59,7 @@ else:
|
|||||||
|
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
base_version = '2.1.1'
|
base_version = '2.1.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())
|
||||||
@ -70,7 +70,7 @@ def get_version():
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='powerline-status',
|
name='powerline-status',
|
||||||
version='2.1.1',
|
version='2.1.2',
|
||||||
description='The ultimate statusline/prompt utility.',
|
description='The ultimate statusline/prompt utility.',
|
||||||
long_description=README,
|
long_description=README,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user