From edd180dad20407cdcda37c6925eaecdb1076f212 Mon Sep 17 00:00:00 2001 From: bikegeek <3753118+bikegeek@users.noreply.github.com> Date: Sun, 30 Jun 2024 18:12:50 -0600 Subject: [PATCH] updates for beta5 release (#453) --- docs/Users_Guide/release-notes.rst | 33 ++++++++++++++++++++++++++++++ docs/conf.py | 4 ++-- docs/version | 2 +- 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 15692723..0a664f57 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -10,6 +10,39 @@ describes the bugfix, enhancement, or new feature: METplotpy Release Notes ======================= + +METplotpy Version 3.0.0-beta5 release notes (20240630) +------------------------------------------------------ + + + .. dropdown:: New Plots + + + .. dropdown:: Enhancements + + + * **Enhance TCMPR plotter to read TCDiag lines and filter by one column and plot another column** (`#342 `_). + + * Create documentation and testing for TCMPR plotting code (`#383 `_). + + * Update fv3_physics_tend for new FV3 output format (`#380 `_). + + .. dropdown:: Internal + + + * Update GitHub issue and pull request templates to reflect the current development workflow details (`#388 `_). + + * Consider using only .yml or only .yaml extensions (`#417 `_). + + .. dropdown:: Bugfixes + + + + + + + + METplotpy Version 3.0.0-beta4 release notes (20240417) ------------------------------------------------------ diff --git a/docs/conf.py b/docs/conf.py index 2cf55a05..e6869f5b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,12 +22,12 @@ copyright = '2024, NSF NCAR' author = 'UCAR/NSF NCAR, NOAA, CSU/CIRA, and CU/CIRES' author_list = 'Fisher, H., D. Adriaansen, C. Kalb, D. Fillmore, T. Jensen, L. Goodrich, M. Win-Gildenmeister and T. Burek' -version = 'v3.0.0-beta5-dev' +version = 'v3.0.0-beta5' verinfo = version release = f'{version}' release_year = '2024' -release_date = f'{release_year}-04-17' +release_date = f'{release_year}-06-30' copyright = f'{release_year}, {author}' diff --git a/docs/version b/docs/version index 9863e245..89d9c737 100644 --- a/docs/version +++ b/docs/version @@ -1 +1 @@ -__version__ = "3.0.0-beta5-dev" +__version__ = "3.0.0-beta5"