From 2132711999851c4b6e2f92146fb29cebc9d9519b Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Thu, 19 Dec 2024 11:18:51 -0700 Subject: [PATCH] Per #2844, more dropdowns. --- .../coordinated/announce_release.rst | 8 +++-- .../coordinated/update_zenodo.rst | 16 +++++---- .../metcalcpy/update_version_bugfix.rst | 4 ++- .../metcalcpy/update_version_development.rst | 16 +++++---- .../metcalcpy/update_version_official.rst | 7 ++-- .../metcalcpy/update_version_on_develop.rst | 33 ++++++++++-------- .../metdataio/update_version_bugfix.rst | 4 ++- .../metdataio/update_version_development.rst | 18 ++++++---- .../metdataio/update_version_official.rst | 8 +++-- .../metdataio/update_version_on_develop.rst | 33 ++++++++++-------- .../metplotpy/update_version_bugfix.rst | 5 +-- .../metplotpy/update_version_development.rst | 14 +++++--- .../metplotpy/update_version_official.rst | 5 +-- .../metplotpy/update_version_on_develop.rst | 33 ++++++++++-------- .../metplus/update_version_on_develop.rst | 34 +++++++++++-------- .../metviewer/update_version_bugfix.rst | 4 ++- .../metviewer/update_version_development.rst | 22 +++++++----- .../metviewer/update_version_official.rst | 5 +-- .../metviewer/update_version_on_develop.rst | 33 ++++++++++-------- 19 files changed, 176 insertions(+), 126 deletions(-) diff --git a/docs/Release_Guide/release_steps/coordinated/announce_release.rst b/docs/Release_Guide/release_steps/coordinated/announce_release.rst index 9a29d68c9e..d23e4f0328 100644 --- a/docs/Release_Guide/release_steps/coordinated/announce_release.rst +++ b/docs/Release_Guide/release_steps/coordinated/announce_release.rst @@ -1,6 +1,10 @@ Announce Release ---------------- -* Contact the METplus project manager to announce the coordinated release via email. +Let users know about this new coordinated release. -* Contact the RAL-IT group to request that the coordinated release components be installed in */usr/local* to be used on all RAL machines. +.. dropdown:: Instructions + + * Contact the METplus project manager to announce the coordinated release via email. + + * Contact the RAL-IT group to request that the coordinated release components be installed in */usr/local* to be used on all RAL machines. diff --git a/docs/Release_Guide/release_steps/coordinated/update_zenodo.rst b/docs/Release_Guide/release_steps/coordinated/update_zenodo.rst index 2dd71a2c22..c483545f0a 100644 --- a/docs/Release_Guide/release_steps/coordinated/update_zenodo.rst +++ b/docs/Release_Guide/release_steps/coordinated/update_zenodo.rst @@ -1,9 +1,13 @@ Update Zenodo ------------- -In the `METplus GitHub repository `_ -scroll down to the README file and check the -`METplus Coordinated Release Digital Object Identifier (DOI) `_ -on Zenodo. Once all METplus components have been released, gather the zip files -for each METplus component release in the METplus Verification System -Coordinated Release and upload them to create a new version on Zenodo. +Update the DOI for this coordinated release. + +.. dropdown:: Instructions + + In the `METplus GitHub repository `_ + scroll down to the README file and check the + `METplus Coordinated Release Digital Object Identifier (DOI) `_ + on Zenodo. Once all METplus components have been released, gather the zip files + for each METplus component release in the METplus Verification System + Coordinated Release and upload them to create a new version on Zenodo. diff --git a/docs/Release_Guide/release_steps/metcalcpy/update_version_bugfix.rst b/docs/Release_Guide/release_steps/metcalcpy/update_version_bugfix.rst index 247803c919..dd1d610bf5 100644 --- a/docs/Release_Guide/release_steps/metcalcpy/update_version_bugfix.rst +++ b/docs/Release_Guide/release_steps/metcalcpy/update_version_bugfix.rst @@ -1,7 +1,9 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -* Update the version: +Update the software version information. + +.. dropdown:: Instructions * In 'docs/version', update '__version__'. This value is used by setup.py. diff --git a/docs/Release_Guide/release_steps/metcalcpy/update_version_development.rst b/docs/Release_Guide/release_steps/metcalcpy/update_version_development.rst index 510d07c91d..dc1b3ea4a5 100644 --- a/docs/Release_Guide/release_steps/metcalcpy/update_version_development.rst +++ b/docs/Release_Guide/release_steps/metcalcpy/update_version_development.rst @@ -1,13 +1,17 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -.. note:: +Update the software version information. + +.. dropdown:: Instructions + + .. note:: - The software version number should have been updated for the next official release during development toward the **first development release** (e.g. beta1). - If not, follow the :ref:`official release instructions ` to do so prior to creating the first development release. + The software version number should have been updated for the next official release during development toward the **first development release** (e.g. beta1). + If not, follow the :ref:`official release instructions ` to do so prior to creating the first development release. -* If the official release version has already been updated (e.g. beta2+ and rc1+), do the following: + * If the official release version has already been updated (e.g. beta2+ and rc1+), do the following: - * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. + * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. - * In 'docs/version', update '__version__'. This value is used by setup.py. + * In 'docs/version', update '__version__'. This value is used by setup.py. diff --git a/docs/Release_Guide/release_steps/metcalcpy/update_version_official.rst b/docs/Release_Guide/release_steps/metcalcpy/update_version_official.rst index e3a477a605..cf09cc0091 100644 --- a/docs/Release_Guide/release_steps/metcalcpy/update_version_official.rst +++ b/docs/Release_Guide/release_steps/metcalcpy/update_version_official.rst @@ -1,11 +1,10 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -* Update the version: +Update the software version information. + +.. dropdown:: Instructions * If necessary, in 'docs/version', update '__version__'. This value is used by setup.py. * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. - - - diff --git a/docs/Release_Guide/release_steps/metcalcpy/update_version_on_develop.rst b/docs/Release_Guide/release_steps/metcalcpy/update_version_on_develop.rst index 99305311a2..60c4fbd179 100644 --- a/docs/Release_Guide/release_steps/metcalcpy/update_version_on_develop.rst +++ b/docs/Release_Guide/release_steps/metcalcpy/update_version_on_develop.rst @@ -1,19 +1,22 @@ Update Version on Develop Branch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Change METcalcpy/docs/version __version__ value to the next release after this one with -dev added -to the end. Releases will loosely following these names, but are subject to -change: +Update the development version information. -+-------------------+----------------------------+ -| Release Version | New Develop Version | -+===================+============================+ -| X.Y.Z-beta1 | X.Y.Z-beta2-dev | -+-------------------+----------------------------+ -| X.Y.Z-beta2 | X.Y.Z-beta3-dev | -+-------------------+----------------------------+ -| X.Y.Z-beta3 | X.Y.Z-rc1-dev | -+-------------------+----------------------------+ -| X.Y.Z-rc1 | (X+1).0.0-beta1-dev OR | -| | **X.(Y+1).0-beta1-dev** | -+-------------------+----------------------------+ +.. dropdown:: Instructions + + Change METcalcpy/docs/version __version__ value to the next release after this one with -dev added + to the end. Releases will loosely following these names, but are subject to change: + + +-------------------+----------------------------+ + | Release Version | New Develop Version | + +===================+============================+ + | X.Y.Z-beta1 | X.Y.Z-beta2-dev | + +-------------------+----------------------------+ + | X.Y.Z-beta2 | X.Y.Z-beta3-dev | + +-------------------+----------------------------+ + | X.Y.Z-beta3 | X.Y.Z-rc1-dev | + +-------------------+----------------------------+ + | X.Y.Z-rc1 | (X+1).0.0-beta1-dev OR | + | | **X.(Y+1).0-beta1-dev** | + +-------------------+----------------------------+ diff --git a/docs/Release_Guide/release_steps/metdataio/update_version_bugfix.rst b/docs/Release_Guide/release_steps/metdataio/update_version_bugfix.rst index b9c72c1a28..17050be034 100644 --- a/docs/Release_Guide/release_steps/metdataio/update_version_bugfix.rst +++ b/docs/Release_Guide/release_steps/metdataio/update_version_bugfix.rst @@ -1,7 +1,9 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -* Update the version: +Update the software version information. + +.. dropdown:: Instructions * In 'docs/version', update the version number. This value is used by METplus use cases that run METdbLoad and is used by METviewer. diff --git a/docs/Release_Guide/release_steps/metdataio/update_version_development.rst b/docs/Release_Guide/release_steps/metdataio/update_version_development.rst index 4f99a3d8dc..8bcdba19fe 100644 --- a/docs/Release_Guide/release_steps/metdataio/update_version_development.rst +++ b/docs/Release_Guide/release_steps/metdataio/update_version_development.rst @@ -1,15 +1,19 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -.. note:: +Update the software version information. + +.. dropdown:: Instructions + + .. note:: - The software version number should have been updated for the next official release during development toward the **first development release** (e.g. beta1). - If not, follow the :ref:`official release instructions ` to do so prior to creating the first development release. + The software version number should have been updated for the next official release during development toward the **first development release** (e.g. beta1). + If not, follow the :ref:`official release instructions ` to do so prior to creating the first development release. -* If the official release version has already been updated (e.g. beta2+ and rc1+), do the following: + * If the official release version has already been updated (e.g. beta2+ and rc1+), do the following: - * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. + * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. - * In 'docs/version', update the version number. This value is used by METplus use cases that run METdbLoad and is used by METviewer. + * In 'docs/version', update the version number. This value is used by METplus use cases that run METdbLoad and is used by METviewer. - * In the top level 'pyproject.toml', update the value of 'version'. + * In the top level 'pyproject.toml', update the value of 'version'. diff --git a/docs/Release_Guide/release_steps/metdataio/update_version_official.rst b/docs/Release_Guide/release_steps/metdataio/update_version_official.rst index 2e31cfd456..e6de0cc4c9 100644 --- a/docs/Release_Guide/release_steps/metdataio/update_version_official.rst +++ b/docs/Release_Guide/release_steps/metdataio/update_version_official.rst @@ -1,11 +1,13 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -* Update the version: +Update the software version information. - * If necessary, in 'docs/version', update the version number. This value is used by METplus use cases that run METdbLoad and is used by METviewer. +.. dropdown:: Instructions + + * If necessary, in 'docs/version', update the version number. + This value is used by METplus use cases that run METdbLoad and is used by METviewer. * If necessary, in the top level 'pyproject.toml', update the value of 'version'. * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. - diff --git a/docs/Release_Guide/release_steps/metdataio/update_version_on_develop.rst b/docs/Release_Guide/release_steps/metdataio/update_version_on_develop.rst index ad2d01901f..9d637e7b55 100644 --- a/docs/Release_Guide/release_steps/metdataio/update_version_on_develop.rst +++ b/docs/Release_Guide/release_steps/metdataio/update_version_on_develop.rst @@ -1,19 +1,22 @@ Update Version on Develop Branch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Change |projectRepo|/docs/version value to the next release after this one with -dev added -to the end. Releases will loosely follow these names, but are subject to -change: +Update the development version information. -+-------------------+----------------------------+ -| Release Version | New Develop Version | -+===================+============================+ -| X.Y.Z-beta1 | X.Y.Z-beta2-dev | -+-------------------+----------------------------+ -| X.Y.Z-beta2 | X.Y.Z-beta3-dev | -+-------------------+----------------------------+ -| X.Y.Z-beta3 | X.Y.Z-rc1-dev | -+-------------------+----------------------------+ -| X.Y.Z-rc1 | (X+1).0.0-beta1-dev OR | -| | **X.(Y+1).0-beta1-dev** | -+-------------------+----------------------------+ +.. dropdown:: Instructions + + Change |projectRepo|/docs/version value to the next release after this one with -dev added + to the end. Releases will loosely follow these names, but are subject to change: + + +-------------------+----------------------------+ + | Release Version | New Develop Version | + +===================+============================+ + | X.Y.Z-beta1 | X.Y.Z-beta2-dev | + +-------------------+----------------------------+ + | X.Y.Z-beta2 | X.Y.Z-beta3-dev | + +-------------------+----------------------------+ + | X.Y.Z-beta3 | X.Y.Z-rc1-dev | + +-------------------+----------------------------+ + | X.Y.Z-rc1 | (X+1).0.0-beta1-dev OR | + | | **X.(Y+1).0-beta1-dev** | + +-------------------+----------------------------+ diff --git a/docs/Release_Guide/release_steps/metplotpy/update_version_bugfix.rst b/docs/Release_Guide/release_steps/metplotpy/update_version_bugfix.rst index 883f3a93f5..870273bfd3 100644 --- a/docs/Release_Guide/release_steps/metplotpy/update_version_bugfix.rst +++ b/docs/Release_Guide/release_steps/metplotpy/update_version_bugfix.rst @@ -1,7 +1,8 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -* Update the version: +Update the software version information. - * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. +.. dropdown:: Instructions + * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. diff --git a/docs/Release_Guide/release_steps/metplotpy/update_version_development.rst b/docs/Release_Guide/release_steps/metplotpy/update_version_development.rst index 069d9dd926..f484932040 100644 --- a/docs/Release_Guide/release_steps/metplotpy/update_version_development.rst +++ b/docs/Release_Guide/release_steps/metplotpy/update_version_development.rst @@ -1,11 +1,15 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -.. note:: +Update the software version information. + +.. dropdown:: Instructions + + .. note:: - The software version number should have been updated for the next official release during development toward the **first development release** (e.g. beta1). - If not, follow the :ref:`official release instructions ` to do so prior to creating the first development release. + The software version number should have been updated for the next official release during development toward the **first development release** (e.g. beta1). + If not, follow the :ref:`official release instructions ` to do so prior to creating the first development release. -* If the official release version has already been updated (e.g. beta2+ and rc1+), do the following: + * If the official release version has already been updated (e.g. beta2+ and rc1+), do the following: - * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. + * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. diff --git a/docs/Release_Guide/release_steps/metplotpy/update_version_official.rst b/docs/Release_Guide/release_steps/metplotpy/update_version_official.rst index 883f3a93f5..870273bfd3 100644 --- a/docs/Release_Guide/release_steps/metplotpy/update_version_official.rst +++ b/docs/Release_Guide/release_steps/metplotpy/update_version_official.rst @@ -1,7 +1,8 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -* Update the version: +Update the software version information. - * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. +.. dropdown:: Instructions + * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. diff --git a/docs/Release_Guide/release_steps/metplotpy/update_version_on_develop.rst b/docs/Release_Guide/release_steps/metplotpy/update_version_on_develop.rst index 52ff99ea4f..41eda83a45 100644 --- a/docs/Release_Guide/release_steps/metplotpy/update_version_on_develop.rst +++ b/docs/Release_Guide/release_steps/metplotpy/update_version_on_develop.rst @@ -1,19 +1,22 @@ Update Version on Develop Branch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Change METplotpy/docs/version __version__ value to the next release after this one with -dev added -to the end. Releases will loosely following these names, but are subject to -change: +Update the development version information. -+-------------------+----------------------------+ -| Release Version | New Develop Version | -+===================+============================+ -| X.Y.Z-beta1 | X.Y.Z-beta2-dev | -+-------------------+----------------------------+ -| X.Y.Z-beta2 | X.Y.Z-beta3-dev | -+-------------------+----------------------------+ -| X.Y.Z-beta3 | X.Y.Z-rc1-dev | -+-------------------+----------------------------+ -| X.Y.Z-rc1 | (X+1).0.0-beta1-dev OR | -| | **X.(Y+1).0-beta1-dev** | -+-------------------+----------------------------+ +.. dropdown:: Instructions + + Change METplotpy/docs/version __version__ value to the next release after this one with -dev added + to the end. Releases will loosely following these names, but are subject to change: + + +-------------------+----------------------------+ + | Release Version | New Develop Version | + +===================+============================+ + | X.Y.Z-beta1 | X.Y.Z-beta2-dev | + +-------------------+----------------------------+ + | X.Y.Z-beta2 | X.Y.Z-beta3-dev | + +-------------------+----------------------------+ + | X.Y.Z-beta3 | X.Y.Z-rc1-dev | + +-------------------+----------------------------+ + | X.Y.Z-rc1 | (X+1).0.0-beta1-dev OR | + | | **X.(Y+1).0-beta1-dev** | + +-------------------+----------------------------+ diff --git a/docs/Release_Guide/release_steps/metplus/update_version_on_develop.rst b/docs/Release_Guide/release_steps/metplus/update_version_on_develop.rst index a5abe5c009..425cc3bb16 100644 --- a/docs/Release_Guide/release_steps/metplus/update_version_on_develop.rst +++ b/docs/Release_Guide/release_steps/metplus/update_version_on_develop.rst @@ -1,19 +1,23 @@ Update Version on Develop Branch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Switch to the develop branch and change metplus/VERSION value to the -next release after this one with -dev added to the end. -Releases will loosely following these names, but are subject to change: +Update the development version information. -+-------------------+----------------------------+ -| Release Version | New Develop Version | -+===================+============================+ -| X.Y.Z-beta1 | X.Y.Z-beta2-dev | -+-------------------+----------------------------+ -| X.Y.Z-beta2 | X.Y.Z-beta3-dev | -+-------------------+----------------------------+ -| X.Y.Z-beta3 | X.Y.Z-rc1-dev | -+-------------------+----------------------------+ -| X.Y.Z-rc1 | (X+1).0.0-beta1-dev OR | -| | **X.(Y+1).0-beta1-dev** | -+-------------------+----------------------------+ +.. dropdown:: Instructions + + Switch to the develop branch and change metplus/VERSION value to the + next release after this one with -dev added to the end. + Releases will loosely following these names, but are subject to change: + + +-------------------+----------------------------+ + | Release Version | New Develop Version | + +===================+============================+ + | X.Y.Z-beta1 | X.Y.Z-beta2-dev | + +-------------------+----------------------------+ + | X.Y.Z-beta2 | X.Y.Z-beta3-dev | + +-------------------+----------------------------+ + | X.Y.Z-beta3 | X.Y.Z-rc1-dev | + +-------------------+----------------------------+ + | X.Y.Z-rc1 | (X+1).0.0-beta1-dev OR | + | | **X.(Y+1).0-beta1-dev** | + +-------------------+----------------------------+ diff --git a/docs/Release_Guide/release_steps/metviewer/update_version_bugfix.rst b/docs/Release_Guide/release_steps/metviewer/update_version_bugfix.rst index f7f5d93d97..7b24a622c1 100644 --- a/docs/Release_Guide/release_steps/metviewer/update_version_bugfix.rst +++ b/docs/Release_Guide/release_steps/metviewer/update_version_bugfix.rst @@ -1,7 +1,9 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -* Update the version: +Update the software version information. + +.. dropdown:: Instructions * In the top level file 'build.xml', update the version value for the attribute name 'Specification-Version' under the 'dist' target name. diff --git a/docs/Release_Guide/release_steps/metviewer/update_version_development.rst b/docs/Release_Guide/release_steps/metviewer/update_version_development.rst index c3c51d1421..29a6175eac 100644 --- a/docs/Release_Guide/release_steps/metviewer/update_version_development.rst +++ b/docs/Release_Guide/release_steps/metviewer/update_version_development.rst @@ -1,19 +1,23 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -.. note:: +Update the software version information. + +.. dropdown:: Instructions + + .. note:: - The software version number should have been updated for the next official release during development toward the **first development release** (e.g. beta1). - If not, follow the :ref:`official release instructions ` to do so prior to creating the first development release. + The software version number should have been updated for the next official release during development toward the **first development release** (e.g. beta1). + If not, follow the :ref:`official release instructions ` to do so prior to creating the first development release. -* If the official release version has already been updated (e.g. beta2+ and rc1+), do the following: + * If the official release version has already been updated (e.g. beta2+ and rc1+), do the following: - * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. + * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. - * In the top level file 'build.xml', update the version value for the attribute name 'Specification-Version' under the 'dist' target name. + * In the top level file 'build.xml', update the version value for the attribute name 'Specification-Version' under the 'dist' target name. - * In the 'webapp/metviewer/metviewer1.jsp' file: + * In the 'webapp/metviewer/metviewer1.jsp' file: - * Update the 'TITLE' version value under 'HEAD'. + * Update the 'TITLE' version value under 'HEAD'. - * Update the version value in the :code:`span id="release"` section. + * Update the version value in the :code:`span id="release"` section. diff --git a/docs/Release_Guide/release_steps/metviewer/update_version_official.rst b/docs/Release_Guide/release_steps/metviewer/update_version_official.rst index 778469e6ea..2e5404fba9 100644 --- a/docs/Release_Guide/release_steps/metviewer/update_version_official.rst +++ b/docs/Release_Guide/release_steps/metviewer/update_version_official.rst @@ -1,7 +1,9 @@ Update Version Number ^^^^^^^^^^^^^^^^^^^^^ -* Update the version: +Update the software version information. + +.. dropdown:: Instructions * If necessary, in the top level file 'build.xml', update the version value for the attribute name 'Specification-Version' under the 'dist' target name. @@ -12,4 +14,3 @@ Update Version Number * Update the version value in the :code:`span id="release"` section. * In 'docs/conf.py', update the 'version', 'release_year', and 'release_date' variables for the documentation. - diff --git a/docs/Release_Guide/release_steps/metviewer/update_version_on_develop.rst b/docs/Release_Guide/release_steps/metviewer/update_version_on_develop.rst index 10a869a166..2de3278ee9 100644 --- a/docs/Release_Guide/release_steps/metviewer/update_version_on_develop.rst +++ b/docs/Release_Guide/release_steps/metviewer/update_version_on_develop.rst @@ -1,19 +1,22 @@ Update Version on Develop Branch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Change METviewer/docs/version __version__ value to the next release after this one with -dev added -to the end. Releases will loosely following these names, but are subject to -change: +Update the development version information. -+-------------------+----------------------------+ -| Release Version | New Develop Version | -+===================+============================+ -| X.Y.Z-beta1 | X.Y.Z-beta2-dev | -+-------------------+----------------------------+ -| X.Y.Z-beta2 | X.Y.Z-beta3-dev | -+-------------------+----------------------------+ -| X.Y.Z-beta3 | X.Y.Z-rc1-dev | -+-------------------+----------------------------+ -| X.Y.Z-rc1 | (X+1).0.0-beta1-dev OR | -| | **X.(Y+1).0-beta1-dev** | -+-------------------+----------------------------+ +.. dropdown:: Instructions + + Change METviewer/docs/version __version__ value to the next release after this one with -dev added + to the end. Releases will loosely following these names, but are subject to change: + + +-------------------+----------------------------+ + | Release Version | New Develop Version | + +===================+============================+ + | X.Y.Z-beta1 | X.Y.Z-beta2-dev | + +-------------------+----------------------------+ + | X.Y.Z-beta2 | X.Y.Z-beta3-dev | + +-------------------+----------------------------+ + | X.Y.Z-beta3 | X.Y.Z-rc1-dev | + +-------------------+----------------------------+ + | X.Y.Z-rc1 | (X+1).0.0-beta1-dev OR | + | | **X.(Y+1).0-beta1-dev** | + +-------------------+----------------------------+