mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Incremenent API version
This commit is contained in:
parent
fdf79065a9
commit
5ca50022b9
@ -12,10 +12,14 @@ import common.models
|
||||
INVENTREE_SW_VERSION = "0.6.0 dev"
|
||||
|
||||
# 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
|
||||
|
||||
v22 -> 2021-12-20
|
||||
- Adds API endpoint to "merge" multiple stock items
|
||||
|
||||
v21 -> 2021-12-04
|
||||
- Adds support for multiple "Shipments" against a SalesOrder
|
||||
- Refactors process for stock allocation against a SalesOrder
|
||||
|
Loading…
Reference in New Issue
Block a user