From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 26 Apr 2023 06:44:36 +0000 (-0700) Subject: Increment API version for 1.14.1+ X-Git-Tag: v1.14.1~1^2~8^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3191%2Fhead;p=thirdparty%2Fpaperless-ngx.git Increment API version for 1.14.1+ --- diff --git a/src/paperless/settings.py b/src/paperless/settings.py index 77a8cc4e4a..e556e62934 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: