2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

Bump API version

This commit is contained in:
Oliver
2023-05-13 22:23:04 +10:00
parent b5d054e9c9
commit 68a083d8db

View File

@ -2,11 +2,14 @@
# InvenTree API version # 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 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 v113 -> 2023-05-13 : https://github.com/inventree/InvenTree/pull/4800
- Adds API endpoints for scrapping a build output - Adds API endpoints for scrapping a build output