mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update API version
This commit is contained in:
parent
718ad037cf
commit
d39fc4f59d
@ -2,11 +2,14 @@
|
|||||||
|
|
||||||
|
|
||||||
# InvenTree API version
|
# InvenTree API version
|
||||||
INVENTREE_API_VERSION = 101
|
INVENTREE_API_VERSION = 102
|
||||||
|
|
||||||
"""
|
"""
|
||||||
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
|
||||||
|
|
||||||
|
v102 -> 2023-03-14 : https://github.com/inventree/InvenTree/pull/4488
|
||||||
|
- Adds various endpoints for new "ReturnOrder" models
|
||||||
|
|
||||||
v101 -> 2023-03-07 : https://github.com/inventree/InvenTree/pull/4462
|
v101 -> 2023-03-07 : https://github.com/inventree/InvenTree/pull/4462
|
||||||
- Adds 'total_in_stock' to Part serializer, and supports API ordering
|
- Adds 'total_in_stock' to Part serializer, and supports API ordering
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user