diff --git a/CHANGES.md b/CHANGES.md index ae93e40dd..40ddcff9c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,15 @@ ones in. --> -------------------------------------------------------------------------------- +## 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 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"