Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Nov 3, 2020
1 parent 96e9e0f commit b4a7763
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Change Log
Unreleased
----------

v2.1.0
------

Sumo is now python 3.6+ only.

Additional bug fixes:

- Fix band structure interpolation with small branches (@kavanase)
- Update pymatgen version requirement.


v2.0.2
------

Expand Down
2 changes: 1 addition & 1 deletion sumo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
Sumo is a set of scripts and an API for dealing with VASP output files.
"""

__version__ = "2.0.2"
__version__ = "2.1.0"

0 comments on commit b4a7763

Please sign in to comment.