From fd1938aa84e54e81f788a04be01962c663626ff9 Mon Sep 17 00:00:00 2001 From: Joeri van Engelen Date: Wed, 1 May 2024 11:19:14 +0200 Subject: [PATCH] Prepare 0.10.0 release --- 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 580025833..fce7a1a3e 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.10.0] 2024-05-01 +------------------- Fixed ~~~~~ diff --git a/xugrid/__init__.py b/xugrid/__init__.py index 710c13255..c4fcc922a 100644 --- a/xugrid/__init__.py +++ b/xugrid/__init__.py @@ -28,7 +28,7 @@ from xugrid.ugrid.ugrid1d import Ugrid1d from xugrid.ugrid.ugrid2d import Ugrid2d -__version__ = "0.9.0" +__version__ = "0.10.0" __all__ = ( "data",