Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature_2844_relea…
Browse files Browse the repository at this point in the history
…se_guide_dropdowns
  • Loading branch information
JohnHalleyGotway committed Dec 19, 2024
2 parents a107d82 + 7920b25 commit eaac337
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/Release_Guide/release_steps/update_docs_official.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ Update the default branch for Read the Docs.
repository will need to do the following to update the default branch:
* Log into their Read the Docs account
* Click on the appropriate METplus component project
* Click on Admin in the top menu
* Click on Advanced Settings in the left menu
* Click on Settings in the top right menu
* Select the new default branch in the dropdown menu for "Default branch"
(e.g. main_v4.0.0)
(e.g. main_v4.0.0) and click the Save button at the bottom of the page
* Ensure that "latest" points to the new default branch by clicking on
"View Docs"in the upper right corner and confirm that the version number
"latest" build that just started and click on "Version latest" to view the
build run. When it finishes running, click on "View Docs" on the right of
the page and confirm that the version number
displayed in the header is the desired version for "latest".
9 changes: 9 additions & 0 deletions metplus/component_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
import sys

VERSION_LOOKUP = {
'6.1': {
'metplus': '6.1.0',
'met': '12.1.0',
'metplotpy': '3.1.0',
'metcalcpy': '3.1.0',
'metdataio': '3.1.0',
'metviewer': '6.1.0',
'metexpress': None,
},
'6.0': {
'metplus': '6.0.0',
'met': '12.0.0',
Expand Down

0 comments on commit eaac337

Please sign in to comment.