From 7c4d0e8ff642724a2392b11788474bef21637bba Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 21 Jan 2025 00:54:24 +0100 Subject: [PATCH] bump api version --- src/backend/InvenTree/InvenTree/api_version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index 82a12c1350..7d1eccf75b 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -1,13 +1,13 @@ """InvenTree API version information.""" # InvenTree API version -INVENTREE_API_VERSION = 303 +INVENTREE_API_VERSION = 304 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ -v303 - 2025-01-20 : https://github.com/inventree/InvenTree/pull/6293 +v304 - 2025-01-25 : https://github.com/inventree/InvenTree/pull/6293 - Removes a considerable amount of old auth endpoints - Introduces allauth based REST API