From 46a79025146b3847e81629748fc3fe16e56097cf Mon Sep 17 00:00:00 2001 From: Iain Russell Date: Thu, 12 Sep 2024 16:52:07 +0100 Subject: [PATCH] Prepare 0.9.14.1 release --- CHANGELOG.rst | 6 ++++++ cfgrib/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 907225af..1b0e7f43 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for cfgrib ==================== +0.9.14.1 (2024-09-12) +--------------------- + +- Fixed compatibility with xarray 2024.09.0 + See `#401 `_. + 0.9.14.0 (2024-07-19) --------------------- diff --git a/cfgrib/__init__.py b/cfgrib/__init__.py index cf1f2309..d66da6d0 100644 --- a/cfgrib/__init__.py +++ b/cfgrib/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.9.14.0" +__version__ = "0.9.14.1" # cfgrib core API depends on the ECMWF ecCodes C-library only from .abc import Field, Fieldset, Index, MappingFieldset