From 349522ea6294cf952348bf19ba91ec9028d94491 Mon Sep 17 00:00:00 2001 From: Huite Bootsma Date: Mon, 9 Sep 2024 10:33:57 +0200 Subject: [PATCH] Version 0.12.1 --- docs/changelog.rst | 4 ++-- xugrid/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9cc1f95d..1b948855 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. -Unreleased ----------- +[0.12.1] 2024-09-09 +------------------- Fixed ~~~~~ diff --git a/xugrid/__init__.py b/xugrid/__init__.py index a05ecf77..2285b8d7 100644 --- a/xugrid/__init__.py +++ b/xugrid/__init__.py @@ -32,7 +32,7 @@ from xugrid.ugrid.ugrid1d import Ugrid1d from xugrid.ugrid.ugrid2d import Ugrid2d -__version__ = "0.12.0" +__version__ = "0.12.1" __all__ = ( "data",