From cb09f1bee9c464e95acd7daa028349a8eb09ede6 Mon Sep 17 00:00:00 2001 From: Miklos Marton Date: Fri, 3 Jul 2026 10:54:56 +0200 Subject: [PATCH] Update API version --- src/backend/InvenTree/InvenTree/api_version.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index 26ce0c47d7..76ae149afa 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -6,6 +6,9 @@ INVENTREE_API_VERSION = 514 INVENTREE_API_TEXT = """ +v515 -> 2026-07-03 : https://github.com/inventree/InvenTree/pull/12298 + - Change the file fields definition to binary (from uri) in the upload requests + v514 -> 2026-07-02 : https://github.com/inventree/InvenTree/pull/12294 - Adds "duplicate" field to the BuildOrder, Company, ManufacturerPart, SupplierPart and SalesOrderShipment API endpoints - Order duplication options: renames "order_id" field to "original", which now performs primary-key validation