diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index f0f42b26be..ab555263d1 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -30,6 +30,23 @@ When applicable, release notes are followed by the `GitHub issue `__ number which describes the bugfix, enhancement, or new feature. +METplus Version 5.0.2 Release Notes (2023-06-02) +------------------------------------------------ + +* Bugfixes: + + * Define the order of the forecast variables numerically rather than alphabetically + (`#2070 `_) + * Allow setting of convert, censor_thresh, and censor_val in regrid dictionary + (`#2082 `_) + * Skip-if-output-exists logic incorrectly skips files + (`#2096 `_) + * Prevent error if no commands were run because they were skipped + (`#2098 `_) + * Allow spaces for complex categorical thresholds + (`#2189 `_) + + METplus Version 5.0.1 Release Notes (2023-02-27) ------------------------------------------------ diff --git a/metplus/VERSION b/metplus/VERSION index 32f3eaad0d..3e827a3a10 100644 --- a/metplus/VERSION +++ b/metplus/VERSION @@ -1 +1 @@ -5.0.1 \ No newline at end of file +5.0.2 \ No newline at end of file