From 2d9595ca36a34172e33a91e7f7dc6de9b15d5c97 Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Mon, 4 Mar 2024 17:41:57 -0700 Subject: [PATCH] Update docs for release --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7cfda2de0..8cb9c8ab1 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 = [ - 'Matthew Wandishin', 'Molly Smith', 'Randy Pierce' 'Jeff Hamilton', @@ -33,6 +32,7 @@ 'Ian McGinnis', 'Gopa Padmanabhan', 'Bonny Strong', + 'Matthew Wandishin', ] # 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.2' +version = '5.2.3' verinfo = version # The full version, including alpha/beta/rc tags release = f'{version}' release_year = '2024' -release_date = f'{release_year}0126' +release_date = f'{release_year}0308' copyright = f'{release_year}, {author}' release_monthyear = datetime.strptime(release_date, '%Y%m%d').strftime('%B %Y')