]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Increment API version for 1.14.1+ 3191/head
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 26 Apr 2023 06:44:36 +0000 (23:44 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 26 Apr 2023 06:44:36 +0000 (23:44 -0700)
src/paperless/settings.py

index 77a8cc4e4a78abeddf119bb9dfee8fdae32278c0..e556e629341d05343b7c5c5fd0caad5b2f17b162 100644 (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: