mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Bump API version
This commit is contained in:
parent
ae4ae1c579
commit
5d1e3530e4
@ -2,11 +2,14 @@
|
|||||||
|
|
||||||
|
|
||||||
# InvenTree API version
|
# InvenTree API version
|
||||||
INVENTREE_API_VERSION = 83
|
INVENTREE_API_VERSION = 84
|
||||||
|
|
||||||
"""
|
"""
|
||||||
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
|
||||||
|
|
||||||
|
v84 -> 2022-12-16 : https://github.com/inventree/InvenTree/pull/4069
|
||||||
|
- Adds API endpoints for part stocktake
|
||||||
|
|
||||||
v83 -> 2022-11-19 : https://github.com/inventree/InvenTree/pull/3949
|
v83 -> 2022-11-19 : https://github.com/inventree/InvenTree/pull/3949
|
||||||
- Add support for structural Stock locations
|
- Add support for structural Stock locations
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user