Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cff-version: 1.2.0
title: emsarray
version: 1.0.0a1
date-released: 2025-12-15
version: 1.0.0
date-released: 2026-05-19
type: software
authors:
- given-names: Tim
Expand Down
8 changes: 5 additions & 3 deletions docs/releases/development.rst → docs/releases/1.0.0.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
=============================
Next release (in development)
=============================
=====
1.0.0
=====

Released on 2026-05-19

* Add `sphinx-gallery <https://sphinx-gallery.github.io/>`_ to the docs
to render the example gallery (:pr:`210`).
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release notes

.. toctree::

development
1.0.0
1.0.0a1
0.10.0
0.9.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[project]
name = "emsarray"
version = "1.0.0a1"
version = "1.0.0"
description = "xarray extension that supports multiple geometry conventions"
authors = [
{name = "Coastal Environmental Modelling team, Oceans and Atmosphere, CSIRO", email = "coasts@csiro.au"},
Expand All @@ -28,7 +28,7 @@ dynamic = ["readme"]

[project.urls]
Documentation = "https://emsarray.readthedocs.io/"
"Release notes" = "https://emsarray.readthedocs.io/en/stable/releases/1.0.0a1/"
"Release notes" = "https://emsarray.readthedocs.io/en/stable/releases/1.0.0/"
Source = "https://github.com/csiro-coasts/emsarray/"

[tool.poetry.dependencies]
Expand Down
Loading