From 0f9972f27b5257f8c18de6f8bc2bcf783681f4a9 Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Mon, 22 Jan 2024 11:17:35 -0700 Subject: [PATCH] Updated release notes for 5.2.2 --- 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 f8879eb7b..237651e45 160000 --- a/MATScommon +++ b/MATScommon @@ -1 +1 @@ -Subproject commit f8879eb7b694cb06875ed677103860223876cd3c +Subproject commit 237651e45435051a942efb40864ec2ba865eb0b9 diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index b749dc5cd..cad8bf948 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.1.2 release notes (20230915) +METexpress Version 5.2.2 release notes (20240126) ------------------------------------------------- .. dropdown:: Repository, build, and test @@ -22,16 +22,15 @@ METexpress Version 5.1.2 release notes (20230915) .. dropdown:: Bugfixes - * Fixed bug causing rainbow performance diagrams. - * Fixed bug causing pop-out windows to not open in apps whose names contain a slash. + * Improved handling of datestrings. .. dropdown:: Enhancements - * None. + * Updated all apps to Meteor v2.14. .. dropdown:: Miscellaneous - * METexpress app container size is no longer huge. + * None METexpress Upgrade Instructions =============================== diff --git a/docs/conf.py b/docs/conf.py index ea99328d3..7cfda2de0 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 = [ - 'Bonny Strong', 'Matthew Wandishin', 'Molly Smith', 'Randy Pierce' @@ -33,6 +32,7 @@ 'Natalie Babij', 'Ian McGinnis', 'Gopa Padmanabhan', + 'Bonny Strong', ] # 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.2.1' +version = '5.2.2' verinfo = version # The full version, including alpha/beta/rc tags release = f'{version}' release_year = '2024' -release_date = f'{release_year}0112' +release_date = f'{release_year}0126' copyright = f'{release_year}, {author}' release_monthyear = datetime.strptime(release_date, '%Y%m%d').strftime('%B %Y')