We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d09b4f commit b3d9965Copy full SHA for b3d9965
docs/changelog.rst
@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
6
The format is based on `Keep a Changelog`_, and this project adheres to
7
`Semantic Versioning`_.
8
9
-Unreleased
10
-----------
+[0.12.0] 2024-09-03
+-------------------
11
12
Fixed
13
~~~~~
xugrid/__init__.py
@@ -32,7 +32,7 @@
32
from xugrid.ugrid.ugrid1d import Ugrid1d
33
from xugrid.ugrid.ugrid2d import Ugrid2d
34
35
-__version__ = "0.11.2"
+__version__ = "0.12.0"
36
37
__all__ = (
38
"data",
0 commit comments