Incremenent API version

This commit is contained in:
Oliver 2021-12-20 18:47:51 +11:00
parent fdf79065a9
commit 5ca50022b9

View File

@ -12,10 +12,14 @@ import common.models
INVENTREE_SW_VERSION = "0.6.0 dev" INVENTREE_SW_VERSION = "0.6.0 dev"
# InvenTree API version # InvenTree API version
INVENTREE_API_VERSION = 21 INVENTREE_API_VERSION = 22
""" """
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
v22 -> 2021-12-20
- Adds API endpoint to "merge" multiple stock items
v21 -> 2021-12-04 v21 -> 2021-12-04
- Adds support for multiple "Shipments" against a SalesOrder - Adds support for multiple "Shipments" against a SalesOrder
- Refactors process for stock allocation against a SalesOrder - Refactors process for stock allocation against a SalesOrder