Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed May 14, 2024
1 parent c5ea16e commit a8670de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MATScommon
11 changes: 6 additions & 5 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When applicable, release notes are followed by the GitHub issue number which des
enhancement, or new feature (`METexpress GitHub issues <https://github.com/dtcenter/METexpress/issues>`_).
Important issues are listed **in bold** for emphasis.

METexpress Version 5.2.4 release notes (20240426)
METexpress Version 5.3.0 release notes (20240517)
-------------------------------------------------

.. dropdown:: Repository, build, and test
Expand All @@ -22,11 +22,12 @@ METexpress Version 5.2.4 release notes (20240426)

.. dropdown:: Bugfixes

* None
* METexpress can now handle databases, models, and regions that have dots in the name.

.. dropdown:: Enhancements

* Made common EMC and GSL regions human-readable.
* Combined MET Surface and Air Quality apps.
* Allowed MET Surface to plot contingency table statistics.

.. dropdown:: Miscellaneous

Expand All @@ -35,7 +36,7 @@ METexpress Version 5.2.4 release notes (20240426)
METexpress Upgrade Instructions
===============================

METexpress Version 5.2.4 upgrade instructions
METexpress Version 5.3.0 upgrade instructions
---------------------------------------------

Download and deploy the new v5.2.4 docker containers from the dtcenter repository.
Download and deploy the new v5.3.0 docker containers from the dtcenter repository.
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 = [
'Randy Pierce'
'Jeff Hamilton',
'Natalie Babij',
'Ian McGinnis',
'Gopa Padmanabhan',
'Bonny Strong',
'Matthew Wandishin',
'Molly Smith',
'Randy Pierce'
]

# 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.4'
version = '5.3.0'
verinfo = version

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

Expand Down

0 comments on commit a8670de

Please sign in to comment.