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:
@ -2,11 +2,15 @@
|
|||||||
|
|
||||||
|
|
||||||
# InvenTree API version
|
# 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
|
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
|
v116 -> 2023-05-18 : https://github.com/inventree/InvenTree/pull/4823
|
||||||
- Updates to part parameter implementation, to use physical units
|
- Updates to part parameter implementation, to use physical units
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user