Skip to content

Commit

Permalink
Release bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Jul 14, 2022
1 parent e95398b commit e2fd771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sumo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit e2fd771

Please sign in to comment.