From 006333c1ff9e4c84c04d8dc4ed3a72bf27eae44e Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Fri, 26 Jul 2024 17:33:52 -0400 Subject: [PATCH] Updated release notes --- MATScommon | 2 +- docs/Users_Guide/release-notes.rst | 9 ++++----- docs/conf.py | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/MATScommon b/MATScommon index d031cfd65..038d73f75 160000 --- a/MATScommon +++ b/MATScommon @@ -1 +1 @@ -Subproject commit d031cfd652cc603f72af87e72a91edee6a342c2a +Subproject commit 038d73f75afc81138bb3510f34304efe174319f4 diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 3d6d046fb..7aebdc956 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,7 +9,7 @@ When applicable, release notes are followed by the GitHub issue number which des enhancement, or new feature (`METexpress GitHub issues `_). Important issues are listed **in bold** for emphasis. -METexpress Version 5.3.1 release notes (20240621) +METexpress Version 5.3.2 release notes (20240802) ------------------------------------------------- .. dropdown:: Repository, build, and test @@ -22,16 +22,15 @@ METexpress Version 5.3.1 release notes (20240621) .. dropdown:: Bugfixes - * Fixed bug that caused dates to spontaneously change when plot type was changed. - * Fixed bug in data routines where some zeros were still being erroneously filtered out as if they were NaNs. + * None .. dropdown:: Enhancements - * Added RI CTC stat plotting to MET Cyclone app. + * None .. dropdown:: Miscellaneous - * Updated all apps to Meteor v2.16. + * None METexpress Upgrade Instructions =============================== diff --git a/docs/conf.py b/docs/conf.py index 0802d9aca..104540d0d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,6 @@ # To rotate this list of authors for each official release, # move the first author to the end of the list CURRENT_AUTHORS = [ - 'Natalie Babij', 'Ian McGinnis', 'Gopa Padmanabhan', 'Bonny Strong', @@ -33,6 +32,7 @@ 'Molly Smith', 'Randy Pierce' 'Jeff Hamilton', + 'Natalie Babij', ] # list of former contributors who are no longer involved with the project @@ -61,13 +61,13 @@ author_list = ', '.join(formatted_authors) # The stable version, displayed on the front page of the PDF -version = '5.3.1' +version = '5.3.2' verinfo = version # The full version, including alpha/beta/rc tags release = f'{version}' release_year = '2024' -release_date = f'{release_year}0621' +release_date = f'{release_year}0802' copyright = f'{release_year}, {author}' release_monthyear = datetime.strptime(release_date, '%Y%m%d').strftime('%B %Y')