Skip to content

Commit

Permalink
Update to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Jan 14, 2021
1 parent 8981c42 commit e885844
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Change Log
Unreleased
----------

v2.2.1
------

Fixed typo in ``sumo-bandplot``.

v2.2.0
------

Expand Down
2 changes: 1 addition & 1 deletion sumo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
Sumo is a set of scripts and an API for dealing with VASP output files.
"""

__version__ = "2.2.0"
__version__ = "2.2.1"
2 changes: 1 addition & 1 deletion sumo/cli/bandplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def _get_parser():
parser.add_argument('--mode', default='rgb', type=str,
help=('mode for orbital projections (options: rgb, '
'stacked)'))
parser.add_argument('--normalise', default='rgb', type=str,
parser.add_argument('--normalise', default='all', type=str,
help=('how to normalise projections (options: all, '
'select)'))
parser.add_argument('--interpolate-factor', type=int, default=4,
Expand Down

0 comments on commit e885844

Please sign in to comment.