Skip to content

Commit

Permalink
Update changelog again
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Jan 10, 2024
1 parent 52e5063 commit 0a7f3f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
Change Log
==========

v2.3.7
v2.3.8
------

Bugfixes:

- Fixed bug with sumo-phonon-bandplot and recent versions of pymatgen (@utf, #227)

v2.3.7
------

* Added symprec functionality to load_phonon in cli/phonon_bandplot.py by @badw in https://github.com/SMTG-Bham/sumo/pull/207
* Set band-edge marker size in style file by @ajjackson in https://github.com/SMTG-Bham/sumo/pull/193
* Fix failing tests and migrate to importlib by @oashour in https://github.com/SMTG-Bham/sumo/pull/216
* Update README.rst by @alexsquires in https://github.com/SMTG-Bham/sumo/pull/224
* Add support for band structure titles by @oashour in https://github.com/SMTG-Bham/sumo/pull/215
* Add ``**kwargs`` to ``draw_themed_line`` by @kavanase in https://github.com/SMTG-Bham/sumo/pull/212
* Kpoint degeneracy by @kbspooner in https://github.com/SMTG-Bham/sumo/pull/213

v2.3.6
------

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.7"
__version__ = "2.3.8"

0 comments on commit 0a7f3f5

Please sign in to comment.