From e63cfe5c7a29bb5e735f5f371e5c833d991a4701 Mon Sep 17 00:00:00 2001 From: wolflu05 <76838159+wolflu05@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:02:31 +0200 Subject: [PATCH] bump api version --- src/backend/InvenTree/InvenTree/api_version.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index 8494ebb26d..f460055d0d 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -1,12 +1,15 @@ """InvenTree API version information.""" # InvenTree API version -INVENTREE_API_VERSION = 222 +INVENTREE_API_VERSION = 223 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ +v223 - 2024-07-15 : https://github.com/inventree/InvenTree/pull/7648 + - Adds barcode generation API endpoint + v222 - 2024-07-14 : https://github.com/inventree/InvenTree/pull/7635 - Adjust the BomItem API endpoint to improve data import process