From 68a083d8dba73f4993d85e0f8e3d3a72974239c2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 13 May 2023 22:23:04 +1000 Subject: [PATCH] Bump API version --- InvenTree/InvenTree/api_version.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/api_version.py b/InvenTree/InvenTree/api_version.py index 1808182cbb..ee07c0af6f 100644 --- a/InvenTree/InvenTree/api_version.py +++ b/InvenTree/InvenTree/api_version.py @@ -2,11 +2,14 @@ # InvenTree API version -INVENTREE_API_VERSION = 113 +INVENTREE_API_VERSION = 114 """ Increment this API version number whenever there is a significant change to the API that any clients need to know about +v114 -> 2023-05-13 : https://github.com/inventree/InvenTree/pull/4804 + - Adds 'project_code' field to build order API endpoints + v113 -> 2023-05-13 : https://github.com/inventree/InvenTree/pull/4800 - Adds API endpoints for scrapping a build output