Skip to content

Commit

Permalink
Updated notes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Jan 10, 2024
1 parent 8904ce3 commit 27dd04b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MATScommon
14 changes: 8 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,29 @@
# -- Project information -----------------------------------------------------

project = 'METexpress'
author = 'UCAR/DTC, NOAA, CSU/CIRA, and CU/CIRES'
author = 'UCAR/DTC, NOAA, CU/CIRES, and CSU/CIRA'

# list of contributing authors currently involved with the project
# To rotate this list of authors for each official release,
# move the first author to the end of the list
CURRENT_AUTHORS = [
'Gopa Padmanabhan',
'Keith Searight',
'Dave Turner',
'Bonny Strong',
'Matthew Wandishin',
'Molly Smith',
'Randy Pierce'
'Jeff Hamilton',
'Natalie Babij',
'Ian McGinnis',
'Gopa Padmanabhan',
]

# list of former contributors who are no longer involved with the project
# but still deserve citation credit
FORMER_AUTHORS = [
'Bill Moninger',
'Venita Hagerty'
'Keith Searight',
'Dave Turner',
]

# format citation authors list
Expand All @@ -64,8 +66,8 @@

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

Expand Down

0 comments on commit 27dd04b

Please sign in to comment.