Skip to content

Commit 2c44ee0

Browse files
authored
Merge pull request #194 from csiro-coasts/release-0.10.0
Bump version to v0.10.0
2 parents fca2902 + d856d31 commit 2c44ee0

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
title: emsarray
3-
version: 0.9.0
4-
date-released: 2025-01-23
3+
version: 0.10.0
4+
date-released: 2025-09-08
55
type: software
66
authors:
77
- given-names: Tim
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
=============================
2-
Next release (in development)
3-
=============================
1+
======
2+
0.10.0
3+
======
4+
5+
Released on 2025-09-08
46

57
* Fixed issues with detecting topology variables in SHOC datasets
68
where some variables are lacking a `standard_name` (:issue:`178`, :pr:`180`).

docs/releases/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release notes
44

55
.. toctree::
66

7-
development
7+
0.10.0
88
0.9.0
99
0.8.0
1010
0.7.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "emsarray"
9-
version = "0.9.0"
9+
version = "0.10.0"
1010
description = "xarray extension that supports multiple geometry conventions"
1111
authors = [
1212
{name = "Coastal Environmental Modelling team, Oceans and Atmosphere, CSIRO", email = "[email protected]"},
@@ -28,7 +28,7 @@ dynamic = ["readme"]
2828

2929
[project.urls]
3030
Documentation = "https://emsarray.readthedocs.io/"
31-
"Release notes" = "https://emsarray.readthedocs.io/en/stable/releases/0.9.0/"
31+
"Release notes" = "https://emsarray.readthedocs.io/en/stable/releases/0.10.0/"
3232
Source = "https://github.com/csiro-coasts/emsarray/"
3333

3434
[project.optional-dependencies]

0 commit comments

Comments
 (0)