Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Oct 11, 2023
1 parent 4ea323b commit 8afc8fe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
Change Log
==========

v2.3.6
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

## New Contributors

* @badw made their first contribution in https://github.com/SMTG-Bham/sumo/pull/207
* @oashour made their first contribution in https://github.com/SMTG-Bham/sumo/pull/216
* @alexsquires made their first contribution in https://github.com/SMTG-Bham/sumo/pull/224
* @kbspooner made their first contribution in https://github.com/SMTG-Bham/sumo/pull/213

**Full Changelog**: https://github.com/SMTG-Bham/sumo/compare/v2.3.6...v2.3.7


v2.3.6
------

Bugfixes:

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

0 comments on commit 8afc8fe

Please sign in to comment.