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