Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v5.0.1 (manual) #192

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions meshkernel/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MeshKernelPy version
__version__ = "5.0.0"
__version__ = "5.0.1"

# MeshKernel version
__backend_version__ = "5.0.0"
__backend_version__ = "5.0.1"
12 changes: 6 additions & 6 deletions tests/test_mesh2d_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,16 +446,16 @@ def test_mesh2d_get_node_index_no_node_in_search_radius(
(
True,
DeleteMeshOption.INSIDE_NOT_INTERSECTED,
16,
24,
9,
4,
4,
1,
),
(
True,
DeleteMeshOption.INSIDE_AND_INTERSECTED,
4,
4,
1,
16,
24,
9,
),
(
False,
Expand Down
Loading