From a6e0b2f1bd512443171f652c643fec6373433b41 Mon Sep 17 00:00:00 2001 From: "stephen.worsley" Date: Thu, 2 Nov 2023 17:05:09 +0000 Subject: [PATCH 1/2] update to v0.9.0 --- CHANGELOG.md | 12 +++++++++++- esmf_regrid/__init__.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d37401..547ad7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.9] + +### Added + +- [PR#178](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/178) + Added support for coordinate systems with non-degree type units. + [@stephenworsley](https://github.com/stephenworsley) + +- [PR#311](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/311) + Added support for Mesh to Mesh regridding. + [@HGWright](https://github.com/HGWright) ### Fixed diff --git a/esmf_regrid/__init__.py b/esmf_regrid/__init__.py index 3170a7a5..6235c53b 100644 --- a/esmf_regrid/__init__.py +++ b/esmf_regrid/__init__.py @@ -10,4 +10,4 @@ from .schemes import * -__version__ = "0.9.dev0" +__version__ = "0.9.0" From be984d9bf3439d4b54fab39cea16238b8818e880 Mon Sep 17 00:00:00 2001 From: "stephen.worsley" Date: Thu, 2 Nov 2023 17:06:04 +0000 Subject: [PATCH 2/2] update to v0.9.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 547ad7d9..17bc299e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [0.9] +## [0.9] - 2023-11-03 ### Added