Bump API version
This commit is contained in:
parent
b5d054e9c9
commit
68a083d8db
|
|
@ -2,11 +2,14 @@
|
|||
|
||||
|
||||
# InvenTree API version
|
||||
INVENTREE_API_VERSION = 113
|
||||
INVENTREE_API_VERSION = 114
|
||||
|
||||
"""
|
||||
Increment this API version number whenever there is a significant change to the API that any clients need to know about
|
||||
|
||||
v114 -> 2023-05-13 : https://github.com/inventree/InvenTree/pull/4804
|
||||
- Adds 'project_code' field to build order API endpoints
|
||||
|
||||
v113 -> 2023-05-13 : https://github.com/inventree/InvenTree/pull/4800
|
||||
- Adds API endpoints for scrapping a build output
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue