From 2753a437cc55b68490d50b687b0c8cc9a177e1be Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 8 Apr 2026 09:24:42 +1000 Subject: [PATCH] Fix spelling error in api_version.py (#11689) --- src/backend/InvenTree/InvenTree/api_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index 9ee1c1b7b3..71b6477333 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -19,7 +19,7 @@ v469 -> 2026-03-31 : https://github.com/inventree/InvenTree/pull/11641 - Adds parameter support to the SalesOrderShipment model and API endpoints v468 -> 2026-03-31 : https://github.com/inventree/InvenTree/pull/11649 - - Add ordering to contetype related fields - no functional changes + - Add ordering to contentype related fields - no functional changes v467 -> 2026-03-20 : https://github.com/inventree/InvenTree/pull/11573 - Fix definition for the "parent" field on the StockItemSerializer