Incremement APi version

This commit is contained in:
Oliver Walters 2022-04-15 22:40:24 +10:00
parent d535e4fa12
commit 7f07c52689

View File

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