Skip to content

Commit

Permalink
Prepare for 0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoerivanEngelen committed Aug 22, 2023
1 parent 44ecc74 commit 64836cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ The format is based on `Keep a Changelog`_, and this project adheres to
Unreleased
----------

[0.6.4] 2023-08-22
------------------

Fixed
~~~~~

- Bug in :func:`xugrid.snap_to_grid`, which caused an ``IndexError``.
See `#122 <https://github.com/Deltares/xugrid/issues/122>`_.


[0.6.3] 2023-08-12
------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "xugrid"
description = "Xarray extension for unstructured grids"
readme = { file = "README.rst", content-type = "text/x-rst" }
version = "0.6.3"
version = "0.6.4"
maintainers = [{ name = "Huite Bootsma", email = "[email protected]" }]
requires-python = ">=3.7"
dependencies = [
Expand Down

0 comments on commit 64836cb

Please sign in to comment.