From 49f095b15cfb4f12512a4fec01ea455f2493cf9d Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 7 Apr 2022 19:37:16 +1000 Subject: [PATCH] Bump API version --- InvenTree/InvenTree/version.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/version.py b/InvenTree/InvenTree/version.py index 0a9d39225b..98957d7bba 100644 --- a/InvenTree/InvenTree/version.py +++ b/InvenTree/InvenTree/version.py @@ -12,11 +12,14 @@ import common.models INVENTREE_SW_VERSION = "0.7.0 dev" # InvenTree API version -INVENTREE_API_VERSION = 36 +INVENTREE_API_VERSION = 37 """ Increment this API version number whenever there is a significant change to the API that any clients need to know about +v37 -> 2022-04-07 : https://github.com/inventree/InvenTree/pull/2806 + - Adds extra stock availability information to the BomItem serializer + v36 -> 2022-04-03 - Adds ability to filter part list endpoint by unallocated_stock argument