From 5d1e3530e43d0545b39bc0c513bb80720c606c3b Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 16 Dec 2022 13:22:30 +1100 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 8887982784..adea9a2279 100644 --- a/InvenTree/InvenTree/api_version.py +++ b/InvenTree/InvenTree/api_version.py @@ -2,11 +2,14 @@ # InvenTree API version -INVENTREE_API_VERSION = 83 +INVENTREE_API_VERSION = 84 """ Increment this API version number whenever there is a significant change to the API that any clients need to know about +v84 -> 2022-12-16 : https://github.com/inventree/InvenTree/pull/4069 + - Adds API endpoints for part stocktake + v83 -> 2022-11-19 : https://github.com/inventree/InvenTree/pull/3949 - Add support for structural Stock locations