Skip to content

Commit

Permalink
Updated documentation for 5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Dec 1, 2023
1 parent 7b7ee72 commit 93f9a0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MATScommon
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
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 = [
'Ian McGinnis',
'Gopa Padmanabhan',
'Keith Searight',
'Dave Turner',
'Bonny Strong',
'Molly Smith',
'Randy Pierce'
'Jeff Hamilton',
'Ian McGinnis',
]

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

Expand Down

0 comments on commit 93f9a0d

Please sign in to comment.