Skip to content

Commit

Permalink
Update docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Mar 5, 2024
1 parent e5bb946 commit 2d9595c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -25,14 +25,14 @@
# 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',
'Natalie Babij',
'Ian McGinnis',
'Gopa Padmanabhan',
'Bonny Strong',
'Matthew Wandishin',
]

# list of former contributors who are no longer involved with the project
Expand Down Expand Up @@ -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')

Expand Down

0 comments on commit 2d9595c

Please sign in to comment.