From a7e23c630c8e0ba2ad56dac2517d3043ed2cdadc Mon Sep 17 00:00:00 2001 From: Miklos Marton Date: Sun, 5 May 2024 22:05:33 +0200 Subject: [PATCH] Bump API version --- src/backend/InvenTree/InvenTree/api_version.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index ecfd6f0314fd..465670f0922f 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -5,6 +5,8 @@ """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ +v197 - 2024-05-05 : https://github.com/inventree/InvenTree/pull/7164 + - Adds test statistics endpoint v196 - 2024-05-05 : https://github.com/inventree/InvenTree/pull/7160 - Adds "location" field to BuildOutputComplete API endpoint