Version 2.1.2

- Fixed typo in arguments processing code.
This commit is contained in:
Foo 2015-05-10 22:16:33 +03:00
commit 74198f46be
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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=[