From 4fb94615d4efde4d31ce989ee667e3c28d44b4ac Mon Sep 17 00:00:00 2001 From: wolflu05 <76838159+wolflu05@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:26:06 +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 d7f0ffa89b..713e14b572 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -1,13 +1,16 @@ """InvenTree API version information.""" # InvenTree API version -INVENTREE_API_VERSION = 254 +INVENTREE_API_VERSION = 255 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ +v255 - 2024-09-18 : https://github.com/inventree/InvenTree/pull/8137 + - Implements new API endpoints for enabling custom UI features via plugins + v254 - 2024-09-14 : https://github.com/inventree/InvenTree/pull/7470 - Implements new API endpoints for enabling custom UI functionality via plugins