diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index d2f9542e..5f0d2fbf 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,66 +9,40 @@ describes the bugfix, enhancement, or new feature: METdataio Release Notes ======================= -METdataio Version 2.1.0-rc1 release notes (20230616) +METdataio Version 2.1.0 release notes (20230726) ------------------------------------------------------ - .. dropdown:: New Functionality - - - .. dropdown:: Enhancements - - .. dropdown:: Internal - - * Stored schema update schema update scripts in repo (`#208 `_) - * Partial work on STIGS and logging (`#45 `_) - - .. dropdown:: Bugfixes - - * **Fixed checking for all files invalid** (`#206 `_) - - * **Fixed use case failure when loading data via XML** (`#204 `_) - -METdataio Version 2.1.0-beta2 release notes (20230412) ------------------------------------------------------- .. dropdown:: New Functionality - None .. dropdown:: Enhancements - * Enhance the Release Notes by adding dropdown menus (`#193 `_) + * **Upgrade to using Python 3.10.4** (`#176 `_) - .. dropdown:: Internal + * Enhance the Release Notes by adding dropdown menus (`#193 `_) - None + * Add documentation for loading data into database (`#213 `_) - .. dropdown:: Bugfixes + .. dropdown:: Internal - None + * Add 'LICENSE.md' to the METdatio repo (`#184 `_) + * Stored schema update schema update scripts in repo (`#208 `_) + * Partial work on STIGS and logging (`#45 `_) + * Feature develop update install files (`#215 `_) -METdataio Version 2.1.0-beta1 release notes (20230228) ------------------------------------------------------- - .. dropdown:: New Functionality - - None + .. dropdown:: Bugfixes - .. dropdown:: Enhancements - - * **Upgrade to using Python 3.10.4** (`#176 `_) + * **New way of reading files did not handle files with headers but no data** (`#181 `_) - .. dropdown:: Internal - - * Add 'LICENSE.md' to the METdatio repo (`#184 `_) + * **Fixed checking for all files invalid** (`#206 `_) + * **Fixed use case failure when loading data via XML** (`#204 `_) - .. dropdown:: Bugfixes - - * **New way of reading files did not handle files with headers but no data** (`#181 `_) diff --git a/docs/conf.py b/docs/conf.py index 94285580..35d1e842 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,12 +19,12 @@ # -- Project information ----------------------------------------------------- project = 'METdataio' author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES' -author_list = 'Burek, T., H. Fisher, and M. Win-Gildenmeister, V. Hagerty ' -version = '2.0.1' +author_list = 'Fisher, H., M. Win-Gildenmeister, V. Hagerty, and T. Burek' +version = '2.1.0' verinfo = version release = f'{version}' release_year = '2023' -release_date = f'{release_year}-02-28' +release_date = f'{release_year}-07-26' copyright = f'{release_year}, {author}' # if set, adds "Last updated on " followed by diff --git a/docs/index.rst b/docs/index.rst index b4b35fad..6cee7e73 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -99,10 +99,10 @@ Authors Many authors, listed below in alphabetical order, have contributed to the documentation of METplus. To cite this documentation in publications, please refer to the METdataio User's Guide :ref:`Citation Instructions`. -* Hank Fisher [#NCAR]_ * Venita Hagerty [#CIRA]_ * Minna Win-Gildenmeister [#NCAR]_ * Tatiana Burek [#NCAR]_ +* Hank Fisher [#NCAR]_ .. rubric:: Organization diff --git a/docs/version b/docs/version index 82e3eefe..0873e168 100644 --- a/docs/version +++ b/docs/version @@ -1,2 +1,2 @@ -__version__ = "2.1.0-rc1" +__version__ = "2.1.0"