From 532f592397611695de2ad4de4af9f53074ed3f3d Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 22 May 2023 01:11:17 +1000 Subject: [PATCH] Bump API version --- InvenTree/InvenTree/api_version.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/api_version.py b/InvenTree/InvenTree/api_version.py index 9e22618957..d0e88bd57c 100644 --- a/InvenTree/InvenTree/api_version.py +++ b/InvenTree/InvenTree/api_version.py @@ -2,11 +2,15 @@ # InvenTree API version -INVENTREE_API_VERSION = 116 +INVENTREE_API_VERSION = 117 """ Increment this API version number whenever there is a significant change to the API that any clients need to know about +v117 -> 2023-05-22 : https://github.com/inventree/InvenTree/pull/4854 + - Replaces SupplierPart "pack_size" field with "pack_units" + - New field supports physical units, and allows for conversion between compatible units + v116 -> 2023-05-18 : https://github.com/inventree/InvenTree/pull/4823 - Updates to part parameter implementation, to use physical units