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 Jul 26, 2024
1 parent 63f3b7b commit 006333c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MATScommon
9 changes: 4 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.3.1 release notes (20240621)
METexpress Version 5.3.2 release notes (20240802)
-------------------------------------------------

.. dropdown:: Repository, build, and test
Expand All @@ -22,16 +22,15 @@ METexpress Version 5.3.1 release notes (20240621)

.. dropdown:: Bugfixes

* Fixed bug that caused dates to spontaneously change when plot type was changed.
* Fixed bug in data routines where some zeros were still being erroneously filtered out as if they were NaNs.
* None

.. dropdown:: Enhancements

* Added RI CTC stat plotting to MET Cyclone app.
* None

.. dropdown:: Miscellaneous

* Updated all apps to Meteor v2.16.
* None

METexpress Upgrade Instructions
===============================
Expand Down
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 = [
'Natalie Babij',
'Ian McGinnis',
'Gopa Padmanabhan',
'Bonny Strong',
'Matthew Wandishin',
'Molly Smith',
'Randy Pierce'
'Jeff Hamilton',
'Natalie Babij',
]

# 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.3.1'
version = '5.3.2'
verinfo = version

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

Expand Down

0 comments on commit 006333c

Please sign in to comment.