From d1f103316129513b1c2f65d65fc34c8767f55ee6 Mon Sep 17 00:00:00 2001 From: Tonio Fincke Date: Wed, 9 Feb 2022 15:19:56 +0100 Subject: [PATCH] prepare 0.9.4 release --- CHANGES.md | 5 ++++- xcube_cci/version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ed3b0e5..14c4fe0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,7 @@ -## Changes in 0.9.4 (in development) +## Changes in 0.9.4 + +* Ensure compatibility with xarray >= 0.20.2 and python >= 3.10 +* Ensure compatibility with expected odp update ## Changes in 0.9.3 diff --git a/xcube_cci/version.py b/xcube_cci/version.py index ccae142..c9262c2 100644 --- a/xcube_cci/version.py +++ b/xcube_cci/version.py @@ -19,4 +19,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -version = '0.9.4.dev0' +version = '0.9.4'