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