Merge release_23.1 into release_23.2

This commit is contained in:
John Davis
2024-05-31 12:19:52 -04:00
@@ -26,8 +26,8 @@ CONFIG_FILE_ARG = "--toolshed-config"
# then using 231 as a partial revision identifier like `sh manage_toolshed_db.sh upgrade 231`
# will map to release 23.1 instead of revision 231xxxxxxxxx.
REVISION_TAGS = {
"release_23.1": "base",
"23.1": "base",
"release_23.1": "1b5bf427db25",
"23.1": "1b5bf427db25",
}