From 4e7d1d8e7f6ac8ccccd725d2511aab0e65e720fc Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 4 May 2022 15:16:50 +1000 Subject: [PATCH] Bump API version --- InvenTree/InvenTree/api_version.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/api_version.py b/InvenTree/InvenTree/api_version.py index 1ef1df6a8f..e7b9d4d95a 100644 --- a/InvenTree/InvenTree/api_version.py +++ b/InvenTree/InvenTree/api_version.py @@ -4,11 +4,15 @@ InvenTree API version information # InvenTree API version -INVENTREE_API_VERSION = 43 +INVENTREE_API_VERSION = 44 """ Increment this API version number whenever there is a significant change to the API that any clients need to know about +v44 -> 2022-05-04 : https://github.com/inventree/InvenTree/pull/2931 + - Converting more server-side rendered forms to the API + - Exposes more core functionality to API endpoints + v43 -> 2022-04-26 : https://github.com/inventree/InvenTree/pull/2875 - Adds API detail endpoint for PartSalePrice model - Adds API detail endpoint for PartInternalPrice model