Skip to content

Commit 26a2068

Browse files
authored
Merge pull request #88 from csiro-coasts/release-0.4.3
Bump version to v0.4.3
2 parents eb5b807 + 80f8cb0 commit 26a2068

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.github/workflows/release-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
build_conda:
2121
runs-on: ubuntu-latest
22-
timeout-minutes: 15
22+
timeout-minutes: 20
2323
needs: ['build']
2424
continue-on-error: true
2525

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.4.2
4-
date-released: 2023-04-24
3+
version: 0.4.3
4+
date-released: 2023-06-27
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.4.3
3+
=====
4+
5+
Released on 2023-06-27
46

57
* Fix an issue with negative coordinates in :func:`~emsarray.cli.utils.bounds_argument` (:pr:`74`).
68
* Add a new ``emsarray plot`` subcommand to the ``emsarray`` command line interface (:pr:`76`).

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.4.3
88
0.4.2
99
0.4.1
1010
0.4.0

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = emsarray
33
description = xarray extension that supports multiple geometry conventions
4-
version = 0.4.2
4+
version = 0.4.3
55
long_description = file: README.md
66
long_description_content_type = text/markdown
77
author = "Coastal Environmental Modelling team, Oceans and Atmosphere, CSIRO"
@@ -10,7 +10,7 @@ license = "BSD-3-Clause"
1010

1111
project_urls =
1212
Documentation = https://emsarray.readthedocs.io/
13-
Release notes = https://emsarray.readthedocs.io/en/stable/releases/0.4.2/
13+
Release notes = https://emsarray.readthedocs.io/en/stable/releases/0.4.3/
1414
Source = https://github.com/csiro-coasts/emsarray/
1515

1616
[options]

0 commit comments

Comments
 (0)