From a9f21fa8a169b9e645aeb8333d9929502b8de2c5 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 18 Oct 2024 17:42:02 +0000 Subject: [PATCH] Update the release date for MET-12.0.0-beta6 --- docs/Users_Guide/release-notes.rst | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index d6ee98fce..19e635afb 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,7 +9,7 @@ When applicable, release notes are followed by the GitHub issue number which des enhancement, or new feature (`MET GitHub issues `_). Important issues are listed **in bold** for emphasis. -MET Version 12.0.0-beta6 Release Notes (20241017) +MET Version 12.0.0-beta6 Release Notes (20241018) ------------------------------------------------- .. dropdown:: Repository, build, and test diff --git a/docs/conf.py b/docs/conf.py index 2102c8122..659a095b9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ verinfo = version release = f'{version}' release_year = '2024' -release_date = f'{release_year}-10-17' +release_date = f'{release_year}-10-18' copyright = f'{release_year}, {author}' # -- General configuration ---------------------------------------------------