2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Bump API version

This commit is contained in:
Oliver Walters
2023-05-22 01:11:17 +10:00
parent 4c5800bf74
commit 532f592397

View File

@ -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