Bump api version

This commit is contained in:
shamoon
2024-11-18 10:42:53 -08:00
parent 245a9f5006
commit df42f8884d
3 changed files with 3 additions and 3 deletions

View File

@@ -333,7 +333,7 @@ REST_FRAMEWORK = {
"DEFAULT_VERSION": "1",
# Make sure these are ordered and that the most recent version appears
# last
"ALLOWED_VERSIONS": ["1", "2", "3", "4", "5"],
"ALLOWED_VERSIONS": ["1", "2", "3", "4", "5", "6"],
}
if DEBUG: