From ef3c085cbd2f3c7bfc27f147c316b736fd33fbac Mon Sep 17 00:00:00 2001 From: Iain Russell Date: Sun, 26 May 2024 15:03:58 +0000 Subject: [PATCH] Prepare 0.9.12.0 release --- CHANGELOG.rst | 2 +- cfgrib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4e6a33fd..a01046c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog for cfgrib ==================== -x.x.x.x (xxxx-xx-xx) +0.9.12.0 (2024-05-26) -------------------- - fixed issue where GRIB messages with non-hourly steps could not be read diff --git a/cfgrib/__init__.py b/cfgrib/__init__.py index 3f47155e..d442b6d0 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.11.0" +__version__ = "0.9.12.0" # cfgrib core API depends on the ECMWF ecCodes C-library only from .abc import Field, Fieldset, Index, MappingFieldset