diff --git a/docs/source/changes.md b/docs/source/changes.md index 7dad73e2..6af32eac 100644 --- a/docs/source/changes.md +++ b/docs/source/changes.md @@ -1,5 +1,16 @@ # Changelog +## Version 2024.03.01 + +*Released on: 2024/03/05* + +### What's Changed +* pin xarray version <=2023.12.0 by @shenyulu in https://github.com/shenyulu/easyclimate/pull/13 +* modify eof functions and add test and add create .pre-commit-config.yaml by @shenyulu in https://github.com/shenyulu/easyclimate/pull/16 +* update requirement by @shenyulu in https://github.com/shenyulu/easyclimate/pull/23 +* remove the pin of geocat.viz by @shenyulu in https://github.com/shenyulu/easyclimate/pull/24 +* change binder example location by @shenyulu in https://github.com/shenyulu/easyclimate/pull/25 + ## Version 2024.01.01 *Released on: 2024/01/04* diff --git a/src/easyclimate/__init__.py b/src/easyclimate/__init__.py index 17054eb2..7ab9af01 100644 --- a/src/easyclimate/__init__.py +++ b/src/easyclimate/__init__.py @@ -6,4 +6,4 @@ from . import field # Version number -__version__ = "2024.01.01" +__version__ = "2024.03.01"