From 0a7f3f53524e4e7c1c58e15fa7945e7c19fbf303 Mon Sep 17 00:00:00 2001 From: Alex Ganose Date: Wed, 10 Jan 2024 12:27:01 +0000 Subject: [PATCH] Update changelog again --- CHANGELOG.rst | 13 ++++++++++++- sumo/__init__.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 36e6fc52..6c29b7a5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ------ diff --git a/sumo/__init__.py b/sumo/__init__.py index f4ff44c5..929d6cf3 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.7" +__version__ = "2.3.8"