From 504a300dd38c1f89a855a0d614d648d6f0cf4a55 Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Wed, 24 Apr 2024 13:18:38 -0600 Subject: [PATCH] Update documentation for release --- MATScommon | 2 +- docs/Users_Guide/release-notes.rst | 10 +++++----- docs/conf.py | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/MATScommon b/MATScommon index 1f23298fe..aab90dd56 160000 --- a/MATScommon +++ b/MATScommon @@ -1 +1 @@ -Subproject commit 1f23298fec0e646b0167f7e61d33a36fc479fdbc +Subproject commit aab90dd563a99cf208bb809637040a50d27b6bbb diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index cad8bf948..e0bacda17 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.2.2 release notes (20240126) +METexpress Version 5.2.4 release notes (20240426) ------------------------------------------------- .. dropdown:: Repository, build, and test @@ -22,11 +22,11 @@ METexpress Version 5.2.2 release notes (20240126) .. dropdown:: Bugfixes - * Improved handling of datestrings. + * None .. dropdown:: Enhancements - * Updated all apps to Meteor v2.14. + * Made common EMC and GSL regions human-readable. .. dropdown:: Miscellaneous @@ -35,7 +35,7 @@ METexpress Version 5.2.2 release notes (20240126) METexpress Upgrade Instructions =============================== -METexpress Version 5.1.2 upgrade instructions +METexpress Version 5.2.4 upgrade instructions --------------------------------------------- -Download and deploy the new v5.1.2 docker containers from the dtcenter repository. +Download and deploy the new v5.2.4 docker containers from the dtcenter repository. diff --git a/docs/conf.py b/docs/conf.py index 8cb9c8ab1..b40b6c0c0 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 = [ - 'Molly Smith', 'Randy Pierce' 'Jeff Hamilton', 'Natalie Babij', @@ -33,6 +32,7 @@ 'Gopa Padmanabhan', 'Bonny Strong', 'Matthew Wandishin', + 'Molly Smith', ] # 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.3' +version = '5.2.4' verinfo = version # The full version, including alpha/beta/rc tags release = f'{version}' release_year = '2024' -release_date = f'{release_year}0308' +release_date = f'{release_year}0426' copyright = f'{release_year}, {author}' release_monthyear = datetime.strptime(release_date, '%Y%m%d').strftime('%B %Y')