From e201ced83f60e0a415d357f99901c5e188e5c79f Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 31 Mar 2026 02:00:48 +0000 Subject: [PATCH] Update 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 f6c543b0e3..992cd8d598 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 = 467 +INVENTREE_API_VERSION = 468 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ +v468 -> 2026-03-31 : https://github.com/inventree/InvenTree/pull/11641 + - Adds parameter support to the SalesOrderShipment model and API endpoints + v467 -> 2026-03-20 : https://github.com/inventree/InvenTree/pull/11573 - Fix definition for the "parent" field on the StockItemSerializer