diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index ec310910..c1d24d71 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,7 +9,7 @@ Version |version| release notes (|release_date|) ________________________________________________ -Version 1.1.0 release notes (20220309) +Version 1.1.0 release notes (20220311) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * New Plots: diff --git a/docs/conf.py b/docs/conf.py index 36d2ac3c..9e85ef82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ release = f'{version}' release_year = '2022' -release_date = f'{release_year}-03-09' +release_date = f'{release_year}-03-11' copyright = f'{release_year}, {author}' diff --git a/docs/index.rst b/docs/index.rst index 5d8d58c8..8ccd8a5a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -98,12 +98,12 @@ 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 METplotpy User's Guide :ref:`Citation Instructions`. -* Daniel Adriaansen [#NCAR]_ * Tatiana Burek [#NCAR]_ * David Fillmore [#NCAR]_ * Hank Fisher [#NCAR]_ * Christina Kalb [#NCAR]_ * Minna Win-Gildenmeister [#NCAR]_ +* Daniel Adriaansen [#NCAR]_ .. rubric:: Organization diff --git a/docs/version b/docs/version index 98e28b87..6849410a 100644 --- a/docs/version +++ b/docs/version @@ -1 +1 @@ -__version__ = "1.1.0-dev" +__version__ = "1.1.0"