Merge pull request #3191 from paperless-ngx/fix/increment-api-version

Increment API version for 1.14.1+
This commit is contained in:
shamoon 2023-04-26 08:36:39 -07:00 committed by GitHub
commit c385355c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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