diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9dad1ea6..e4a104db 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,12 +1,10 @@ Change Log ========== -Unreleased ----------- - -Bugfixes: +v2.3.2 +------ -- `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. v2.3.1 diff --git a/sumo/__init__.py b/sumo/__init__.py index 3bc26be5..b5a5ed06 100644 --- a/sumo/__init__.py +++ b/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"