From bd40007ba58ab0cb124dff67610ff0b3e6b38262 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 8 Sep 2026 02:08:24 +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 43124be61b..c97883c52a 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 = 544 +INVENTREE_API_VERSION = 545 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ +v545 -> 2026-09-08 : https://github.com/inventree/InvenTree/pull/12808 + - Ensure consistent ordering of SSO options in API documentation + v544 -> 2026-09-07 : https://github.com/inventree/InvenTree/pull/12807 - Adds filtering by filename on the Attachment list API endpoint