7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-26 08:52:34 +00:00
tutor/tutor/commands/upgrade/__init__.py
2023-12-11 20:41:32 +01:00

13 lines
213 B
Python

# Note: don't forget to change this when we upgrade from quince
OPENEDX_RELEASE_NAMES = [
"ironwood",
"juniper",
"koa",
"lilac",
"maple",
"nutmeg",
"olive",
"palm",
"quince",
]