From 650d082eca54f18235a6235d9b5a8facc62706de Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 12 May 2022 11:23:58 +1000 Subject: [PATCH] Bump API version --- InvenTree/InvenTree/api_version.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/api_version.py b/InvenTree/InvenTree/api_version.py index e391a00bd1..d5699f8de8 100644 --- a/InvenTree/InvenTree/api_version.py +++ b/InvenTree/InvenTree/api_version.py @@ -4,11 +4,16 @@ InvenTree API version information # InvenTree API version -INVENTREE_API_VERSION = 47 +INVENTREE_API_VERSION = 48 """ Increment this API version number whenever there is a significant change to the API that any clients need to know about +v48 -> 2022-05-12 : https://github.com/inventree/InvenTree/pull/2977 + - Adds "export to file" functionality for PurchaseOrder API endpoint + - Adds "export to file" functionality for SalesOrder API endpoint + - Adds "export to file" functionality for BuildOrder API endpoint + v47 -> 2022-05-10 : https://github.com/inventree/InvenTree/pull/2964 - Fixes barcode API error response when scanning a StockItem which does not exist - Fixes barcode API error response when scanning a StockLocation which does not exist