From 7f74a854001b9362eac27a4c9cfce3e1ed59516e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 25 Apr 2023 23:44:36 -0700 Subject: [PATCH] Increment API version for 1.14.1+ --- src/paperless/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paperless/settings.py b/src/paperless/settings.py index 77a8cc4e4..e556e6293 100644 --- a/src/paperless/settings.py +++ b/src/paperless/settings.py @@ -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: