Skip to content

Commit

Permalink
Version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoerivanEngelen committed Aug 5, 2024
1 parent f21165f commit 36bc5d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~
Expand Down Expand Up @@ -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
-------------------

Expand Down
2 changes: 1 addition & 1 deletion xugrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 36bc5d5

Please sign in to comment.