diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 0958094d..133fb0de 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,6 +9,25 @@ describes the bugfix, enhancement, or new feature: METdataio Release Notes ======================= +METdataio Version 2.0.1 release notes (20230125) +------------------------------------------------------ +* Bugfixes: + + * **METdbLoad INFO message changed to show correct version** + (`#154 `_) + + * **Getting KeyError multiple times when loading test data** + (`#157 `_) + + * **Upgrade pandas version from 1.2.3** + (`#161 `_) + + * **Add nco_requirements.txt file** + (`#167 `_) + + * **Add modulefiles to the repository** + (`#170 `_) + METdataio Version 2.0.0 release notes (20221207) ------------------------------------------------------ diff --git a/docs/version b/docs/version index ef766aa5..b90b7af7 100644 --- a/docs/version +++ b/docs/version @@ -1,2 +1,2 @@ -__version__ = "2.0.0" +__version__ = "2.0.1"