diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ce52aa8f..3ffa14bd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Change Log ========== +v.2.0.1 +---------- +- Update naming handling in ``DefectPhaseDiagram`` to be more robust/flexible, following failure case + noted by @utf ๐Ÿ™Œ +- Ensure package data files are correctly included in the package distribution, again noted by @utf ๐Ÿ™Œ +- Updates to chemical potentials code. +- Refactoring of site-matching code. +- Tests updates and code cleanup. + v.2.0.0 ---------- - Major overhaul to rebase onto the new `pymatgen` defects code (`>v2022.7.25`). diff --git a/docs/conf.py b/docs/conf.py index 86f5182f..eeecfd93 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = 'Seรกn R. Kavanagh' # The full version, including alpha/beta/rc tags -release = '2.0.0' +release = '2.0.1' # -- General configuration ---------------------------------------------------