From a9aca447e440bbd984899ac668e0df4c7ff41bc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 14:34:00 +0000 Subject: [PATCH 1/2] Prepare release 2.0.4 Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 15 --- CHANGES.md | 2 +- metomi/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ae93e40dd..29e6a9aca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,7 @@ ones in. --> -------------------------------------------------------------------------------- -## 2.0.3 (Released 2023-02-13) +## 2.0.3 (Released 2023-04-27) ### Fixes diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index 233def765..2e0a6113c 100644 --- a/metomi/rose/__init__.py +++ b/metomi/rose/__init__.py @@ -144,4 +144,4 @@ # Paths in the Rose distribution. FILEPATH_README = "README.md" -__version__ = "2.0.3" +__version__ = "2.0.4" From cf195ce2a61af09453d38fd7407288a2b2edeb9a Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Thu, 27 Apr 2023 15:37:57 +0100 Subject: [PATCH 2/2] 2.0.4 changelog --- CHANGES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 29e6a9aca..40ddcff9c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,16 @@ ones in. --> -------------------------------------------------------------------------------- -## 2.0.3 (Released 2023-04-27) +## 2.0.4 (Released 2023-04-27) + +### Fixes + +[#2684](https://github.com/metomi/rose/pull/2684) - +Fix an issue where file installation could fail due to high concurrency. + +-------------------------------------------------------------------------------- + +## 2.0.3 (Released 2023-02-13) ### Fixes