diff --git a/InvenTree/InvenTree/api_version.py b/InvenTree/InvenTree/api_version.py index 1808182cbb..ee07c0af6f 100644 --- a/InvenTree/InvenTree/api_version.py +++ b/InvenTree/InvenTree/api_version.py @@ -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