Skip to content

Commit e885844

Browse files
committed
Update to version 2.2.1
1 parent 8981c42 commit e885844

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Change Log
44
Unreleased
55
----------
66

7+
v2.2.1
8+
------
9+
10+
Fixed typo in ``sumo-bandplot``.
11+
712
v2.2.0
813
------
914

sumo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
Sumo is a set of scripts and an API for dealing with VASP output files.
77
"""
88

9-
__version__ = "2.2.0"
9+
__version__ = "2.2.1"

sumo/cli/bandplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def _get_parser():
516516
parser.add_argument('--mode', default='rgb', type=str,
517517
help=('mode for orbital projections (options: rgb, '
518518
'stacked)'))
519-
parser.add_argument('--normalise', default='rgb', type=str,
519+
parser.add_argument('--normalise', default='all', type=str,
520520
help=('how to normalise projections (options: all, '
521521
'select)'))
522522
parser.add_argument('--interpolate-factor', type=int, default=4,

0 commit comments

Comments
 (0)