mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Incremement APi version
This commit is contained in:
parent
d535e4fa12
commit
7f07c52689
@ -12,11 +12,14 @@ import common.models
|
||||
INVENTREE_SW_VERSION = "0.7.0 dev"
|
||||
|
||||
# InvenTree API version
|
||||
INVENTREE_API_VERSION = 38
|
||||
INVENTREE_API_VERSION = 39
|
||||
|
||||
"""
|
||||
Increment this API version number whenever there is a significant change to the API that any clients need to know about
|
||||
|
||||
v39 -> 2022-04-15 : https://github.com/inventree/InvenTree/pull/2833
|
||||
- Adds 'available_variant_stock' information to the BomItem API
|
||||
|
||||
v38 -> 2022-04-14 : https://github.com/inventree/InvenTree/pull/2828
|
||||
- Adds the ability to include stock test results for "installed items"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user