From 9b7c26ec9cd314744ec7da8ca02d4aa316d51844 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 9 May 2022 22:54:48 +1000 Subject: [PATCH] Bump API version --- InvenTree/InvenTree/api_version.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/api_version.py b/InvenTree/InvenTree/api_version.py index 86f41816b2..4285f61efb 100644 --- a/InvenTree/InvenTree/api_version.py +++ b/InvenTree/InvenTree/api_version.py @@ -4,11 +4,16 @@ InvenTree API version information # InvenTree API version -INVENTREE_API_VERSION = 46 +INVENTREE_API_VERSION = 47 """ Increment this API version number whenever there is a significant change to the API that any clients need to know about +v47 -> 2022-05-09 : https://github.com/inventree/InvenTree/pull/2957 + - Allows filtering of plugin list by 'active' status + - Allows filtering of plugin list by 'mixin' support + - Adds endpoint to "identify" or "locate" stock items and locations (using plugins) + v46 -> 2022-05-09 - Fixes read permissions on settings API - Allows non-staff users to read global settings via the API