mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 22:05:43 +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]
|
||||
+ (args.config_path or [])
|
||||
)
|
||||
args.side = args.side[0]
|
||||
return args
|
||||
|
||||
|
||||
|
4
setup.py
4
setup.py
@ -59,7 +59,7 @@ else:
|
||||
|
||||
|
||||
def get_version():
|
||||
base_version = '2.1.1'
|
||||
base_version = '2.1.2'
|
||||
base_version += '.dev9999'
|
||||
try:
|
||||
return base_version + '+git.' + str(subprocess.check_output(['git', 'rev-parse', 'HEAD']).strip())
|
||||
@ -70,7 +70,7 @@ def get_version():
|
||||
|
||||
setup(
|
||||
name='powerline-status',
|
||||
version='2.1.1',
|
||||
version='2.1.2',
|
||||
description='The ultimate statusline/prompt utility.',
|
||||
long_description=README,
|
||||
classifiers=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user