diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e4a104db..be0ca6f4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Change Log ========== +v2.3.3 +------ + +Bugfix: ``sumo-bandplot --project --mode rgb`` now works with paths containing branches +with a single k-point. + v2.3.2 ------ diff --git a/sumo/__init__.py b/sumo/__init__.py index b5a5ed06..695cb7ae 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.2" +__version__ = "2.3.3"