diff --git a/docs/Release_Guide/release_steps/metplus/update_version_bugfix.rst b/docs/Release_Guide/release_steps/metplus/update_version_bugfix.rst index 2082f7ae5c..4b76d9d713 100644 --- a/docs/Release_Guide/release_steps/metplus/update_version_bugfix.rst +++ b/docs/Release_Guide/release_steps/metplus/update_version_bugfix.rst @@ -3,6 +3,6 @@ Update Version Number for Release Update the version number for the bugfix release: -* As of METplus v3.0, the file containing the version number is located at docs/version (in earlier releases, the file was located at doc/version). +* The *VERSION* file is located in the **metplus** subdirectory. * If the current release is listed as X.Y.Z, the bugfix version should be X.Y.Z+1, i.e. if on 3.1.0 change to 3.1.1 diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 6602be5892..1a5cca489d 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -39,6 +39,13 @@ describes the bugfix, enhancement, or new feature: https://github.com/dtcenter/METplus/issues +METplus Version 4.1.2 Release Notes (2022-05-16) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Bugfixes: + + * Add logic to catch error thrown when wrapper has been disabled and update documentation to include instructions to disable UserScript wrapper (`METplus-Internal #33 `_) + METplus Version 4.1.1 Release Notes (2022-04-21) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/metplus/VERSION b/metplus/VERSION index 2582dddfd5..cd9b8f559e 100644 --- a/metplus/VERSION +++ b/metplus/VERSION @@ -1 +1 @@ -4.1.1 \ No newline at end of file +4.1.2 \ No newline at end of file