From 55edd9e12cf82aec01d5ec247cd0e4beb61bc9df Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 18 Jun 2026 10:01:51 +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 2b522c0987..fff7f52f77 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 = 509 +INVENTREE_API_VERSION = 510 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ +v510 -> 2026-06-18 : https://github.com/inventree/InvenTree/pull/12197 + - Require "staff" access permissions for the machine restart API endpoint + v509 -> 2026-06-17 : https://github.com/inventree/InvenTree/pull/12184 - Adds "completed_row_count_history" and "row_count_history" fields to the DataImportSession model, which store the historic count of completed rows and total rows for a data import session.