Skip to content

Commit

Permalink
Updated documentation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Nov 19, 2024
1 parent 2391946 commit 31bf99f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MATScommon
12 changes: 7 additions & 5 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,26 @@ 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.4 release notes (20241101)
METexpress Version 5.3.4 release notes (20241119)
-------------------------------------------------

.. dropdown:: Repository, build, and test

* None
* None.

.. dropdown:: Documentation

* None
* None.

.. dropdown:: Bugfixes

* Query improvements.
* None.

.. dropdown:: Enhancements

* None.
* MET Cyclone now matches on storm ID as well as time.
* MET Cyclone correctly filters out missing values.
* Made error bar thickness customizable and slightly increased the default thickness.

.. dropdown:: Miscellaneous

Expand Down
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 = [
'Molly Smith',
'Randy Pierce'
'Jeff Hamilton',
'Natalie Babij',
'Ian McGinnis',
'Gopa Padmanabhan',
'Molly Smith',
]

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

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

Expand Down

0 comments on commit 31bf99f

Please sign in to comment.