Bump API version

This commit is contained in:
Oliver 2021-10-26 22:17:31 +11:00
parent c90c224ed2
commit 87154c0240

View File

@ -12,11 +12,15 @@ import common.models
INVENTREE_SW_VERSION = "0.6.0 dev"
# InvenTree API version
INVENTREE_API_VERSION = 16
INVENTREE_API_VERSION = 17
"""
Increment this API version number whenever there is a significant change to the API that any clients need to know about
v17 -> 2021-10-26
- Adds support for multiple "Shipments" against a SalesOrder
- Refactors process for stock allocation against a SalesOrder
v16 -> 2021-10-17
- Adds API endpoint for completing build order outputs