Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed May 13, 2022
1 parent 4f5467c commit 805d857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
# To rotate this list of authors for each official release,
# move the first author to the end of the list
CURRENT_AUTHORS = [
'Randy Pierce',
'Molly Smith',
'Ian McGinnis',
'Keith Searight',
'Jeff Hamilton',
'Bonny Strong',
'Randy Pierce',
]

# list of former contributors who are no longer involved with the project
Expand All @@ -56,13 +56,13 @@
author_list = ', '.join(formatted_authors)

# The stable version, displayed on the front page of the PDF
version = '4.4.0'
version = '4.4.2'
verinfo = version

# The full version, including alpha/beta/rc tags
release = f'{version}'
release_year = '2022'
release_date = f'{release_year}0325'
release_date = f'{release_year}0513'
copyright = f'{release_year}, {author}'
release_monthyear = datetime.strptime(release_date, '%Y%m%d').strftime('%B %Y')

Expand Down

0 comments on commit 805d857

Please sign in to comment.