From a6a7d54f222a0690eb45f47dbcac595b22a279db Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 7 Apr 2026 12:02:12 +0000 Subject: [PATCH] Bump API version --- src/backend/InvenTree/InvenTree/api_version.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index 354c46c20c..eddaf22bed 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -1,11 +1,14 @@ """InvenTree API version information.""" # InvenTree API version -INVENTREE_API_VERSION = 470 +INVENTREE_API_VERSION = 471 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ +v471 -> 2026-04-07 : https://github.com/inventree/InvenTree/pull/11685 + - Adds data importer support for the "SalesOrderShipment" model + v470 -> 2026-04-01 : https://github.com/inventree/InvenTree/pull/11659 - Renames "is_staff" field to "is_admin" and updates help texts accordingly to highlight current security boundaries