From 0a122f9f8d4a2396a1695af4847aa38770715ea1 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 5 May 2023 10:08:12 -0600 Subject: [PATCH] Per #2517, update the release notes for the 3rd version of the 11.1.0-beta2 release. --- docs/Users_Guide/release-notes.rst | 5 ++++- docs/conf.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 558df3ea55..c17636a9de 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,9 +9,11 @@ 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 11.1.0-beta2 release notes (20230428) +MET Version 11.1.0-beta2 release notes (20230505) ------------------------------------------------- +**Note** that the 11.1.0-beta2 release was originally created on 20230423 but was recreated on 20230428 and 20230505 to include critical bugfixes. + .. dropdown:: Documentation * Improve documentation on Python Embedding for point observations (`#2303 `_). @@ -32,6 +34,7 @@ MET Version 11.1.0-beta2 release notes (20230428) * Bugfix: AERONET the lat/lon is not changed with different station ID (`#2493 `_). * Bugfix: dtype in Python embedding example script and appendixF correction (`#2518 `_). * Bugfix: write_tmp_dataplane uses fill_value unrecognized by MET (`#2525 `_). + * Bugfix: Resolve compilation problems due to need for -std=c++11 (`#2531 `_). MET Version 11.1.0-beta1 release notes (20230228) ------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index a431b13a24..2f917f4079 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ verinfo = version release = f'{version}' release_year = '2023' -release_date = f'{release_year}-04-28' +release_date = f'{release_year}-05-05' copyright = f'{release_year}, {author}' # -- General configuration ---------------------------------------------------