From 3dee693763da1c4c0859a4f53ac38d4b99613a33 Mon Sep 17 00:00:00 2001 From: Joeri van Engelen Date: Fri, 16 Aug 2024 16:32:04 +0200 Subject: [PATCH] Release 0.11.2 --- docs/changelog.rst | 6 +++--- xugrid/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d990aba06..57b79a66d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,8 +7,8 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. -Unreleased ----------- +[0.11.2] 2024-08-16 +------------------- Fixed ~~~~~ @@ -25,7 +25,7 @@ Fixed Added ~~~~~ -- :func:`xugrid.snap_nodes` to snap neigbhoring vertices together that are +- :func:`xugrid.snap_nodes` to snap neighboring vertices together that are located within a maximum snapping distance from each other. If vertices are located within a maximum distance, some of them are snapped to their neighbors ("targets"), thereby guaranteeing a minimum distance between nodes diff --git a/xugrid/__init__.py b/xugrid/__init__.py index 2ddbc2160..a47846347 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.11.1" +__version__ = "0.11.2" __all__ = ( "data",