From 93f9a0dfbb89e2789150e093ee44c0a8b1ade970 Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Fri, 1 Dec 2023 14:50:06 -0700 Subject: [PATCH] Updated documentation for 5.2.0 release --- MATScommon | 2 +- docs/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MATScommon b/MATScommon index 42486daf2..260264c23 160000 --- a/MATScommon +++ b/MATScommon @@ -1 +1 @@ -Subproject commit 42486daf2b940d232ee2d8cc9824a258be40fd67 +Subproject commit 260264c2397f05dc9eaa76698444a30069e4d790 diff --git a/docs/conf.py b/docs/conf.py index ad1f73ed4..05a1f93f5 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 = [ - 'Ian McGinnis', 'Gopa Padmanabhan', 'Keith Searight', 'Dave Turner', @@ -33,6 +32,7 @@ 'Molly Smith', 'Randy Pierce' 'Jeff Hamilton', + 'Ian McGinnis', ] # list of former contributors who are no longer involved with the project @@ -59,13 +59,13 @@ author_list = ', '.join(formatted_authors) # The stable version, displayed on the front page of the PDF -version = '5.1.2' +version = '5.2.0' verinfo = version # The full version, including alpha/beta/rc tags release = f'{version}' release_year = '2023' -release_date = f'{release_year}0815' +release_date = f'{release_year}1201' copyright = f'{release_year}, {author}' release_monthyear = datetime.strptime(release_date, '%Y%m%d').strftime('%B %Y')