From c248ca3d38b3abaf4c4a96bc6ba8b79044033409 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 25 Nov 2025 09:20:58 +0000 Subject: [PATCH] Update API version --- src/backend/InvenTree/InvenTree/api_version.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index bc0d0c5bcd..f0dbe7f5a4 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -1,11 +1,15 @@ """InvenTree API version information.""" # InvenTree API version -INVENTREE_API_VERSION = 427 +INVENTREE_API_VERSION = 428 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ +v428 -> 2025-11-25 : https://github.com/inventree/InvenTree/pull/10699 + - Removed the "PartParameter" and "PartParameterTemplate" API endpoints + - Added generic "Parameter" and "ParameterTemplate" API endpoints + v427 -> 2025-11-24 : https://github.com/inventree/InvenTree/pull/10896 - Fixes a spelling mistake in the API field labels @@ -42,7 +46,7 @@ v418 -> 2025-10-24 : https://github.com/inventree/InvenTree/pull/10657 v417 -> 2025-10-22 : https://github.com/inventree/InvenTree/pull/10654 - Adds "checked" filter to SalesOrderShipment API endpoint - - Adds "order_status" filter to SalesOrdereShipment API endpoint + - Adds "order_status" filter to SalesOrderShipment API endpoint - Adds "order_outstanding" filter to SalesOrderShipment API endpoint v416 -> 2025-10-22 : https://github.com/inventree/InvenTree/pull/10651 @@ -100,7 +104,7 @@ v401 -> 2025-10-05 : https://github.com/inventree/InvenTree/pull/10381 - Adds machine properties to machine API endpoints v400 -> 2025-10-05 : https://github.com/inventree/InvenTree/pull/10486 - - Adds return datatypes for admin/config and flags entpoints + - Adds return datatypes for admin/config and flags endpoints v399 -> 2025-10-05 : https://github.com/inventree/InvenTree/pull/10445 - Refactors 'customer_detail' param in SalesOrder API endpoint