Skip to content

Commit b3d9965

Browse files
Prepare release 0.12.0
1 parent 6d09b4f commit b3d9965

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
66
The format is based on `Keep a Changelog`_, and this project adheres to
77
`Semantic Versioning`_.
88

9-
Unreleased
10-
----------
9+
[0.12.0] 2024-09-03
10+
-------------------
1111

1212
Fixed
1313
~~~~~

xugrid/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from xugrid.ugrid.ugrid1d import Ugrid1d
3333
from xugrid.ugrid.ugrid2d import Ugrid2d
3434

35-
__version__ = "0.11.2"
35+
__version__ = "0.12.0"
3636

3737
__all__ = (
3838
"data",

0 commit comments

Comments
 (0)