Skip to content

Commit

Permalink
Release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoerivanEngelen committed Aug 16, 2024
1 parent dc25e42 commit 3dee693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion xugrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3dee693

Please sign in to comment.