We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95398b commit e2fd771Copy full SHA for e2fd771
CHANGELOG.rst
@@ -1,12 +1,10 @@
1
Change Log
2
==========
3
4
-Unreleased
5
-----------
6
-
7
-Bugfixes:
+v2.3.2
+------
8
9
-- `sumo-bandstats` now reports the correct k-point indices for the VBM and CBM.
+Bugfix: ``sumo-bandstats`` now reports the correct k-point indices for the VBM and CBM.
10
11
12
v2.3.1
sumo/__init__.py
@@ -5,4 +5,4 @@
Sumo is a set of scripts and an API for dealing with VASP output files.
"""
-__version__ = "2.3.1"
+__version__ = "2.3.2"
0 commit comments