From 36bc5d53743c7e8c2940f99a66a13151366fcb67 Mon Sep 17 00:00:00 2001 From: Joeri van Engelen Date: Mon, 5 Aug 2024 11:22:35 +0200 Subject: [PATCH] Version 0.11.0 --- docs/changelog.rst | 6 ++---- xugrid/__init__.py | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a6218d4aa..a23722067 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.11.0] 2024-08-05 +------------------- Fixed ~~~~~ @@ -45,8 +45,6 @@ Changed and ``atol`` keywords instead of ``tol``, to match changes in ``scipy.linalg.sparse.cg``. -[0.10.0] 2024-05-01 - [0.10.0] 2024-05-01 ------------------- diff --git a/xugrid/__init__.py b/xugrid/__init__.py index 6938e37ad..2e8c756e8 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.10.0" +__version__ = "0.11.0" __all__ = ( "data",