From 11c4d3d0471d105e42dd2dddb6cb4417b50fc577 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Tue, 28 Feb 2023 12:35:46 -0700 Subject: [PATCH] Feature #2472 v11.0.1 (#2478) --- docs/Users_Guide/release-notes.rst | 5 +++-- docs/conf.py | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index a57773b4b3..740e208dc4 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,8 +9,8 @@ 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.0.1-rc1 release notes (20230221) ------------------------------------------------ +MET Version 11.0.1 release notes (20230228) +------------------------------------------- * Bugfixes: @@ -27,6 +27,7 @@ MET Version 11.0.1-rc1 release notes (20230221) * Bugfix: Fix ASCII2NC to handle missing NDBC buoy location information (`#2426 `_). * Bugfix: Fix the MET vx_pointdata_python library to handle MET_PYTHON_EXE for python embedding of point observations (`#2428 `_). * Bugfix: Refine the regrid dictionary's data conversion and censoring operations and fix climo time matching logic for a single monthly climo file (`#2437 `_). + * Bugfix: Fix the creation of the MET User's Guide PDF (`#2449 `_). * Bugfix: Fix inconsistent ASCII2NC AIRNOW location lookup logic (`#2452 `_). MET Version 11.0.0 release notes (20221209) diff --git a/docs/conf.py b/docs/conf.py index 56667e56f9..fb87a48861 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,11 +20,11 @@ project = 'MET' author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES' author_list = 'Opatz, J., T. Jensen, J. Prestopnik, H. Soh, L. Goodrich, B. Brown, R. Bullock, J. Halley Gotway, K. Newman' -version = '11.0.1-rc1' +version = '11.0.1' verinfo = version release = f'{version}' release_year = '2023' -release_date = f'{release_year}-02-21' +release_date = f'{release_year}-02-28' copyright = f'{release_year}, {author}' # -- General configuration ---------------------------------------------------