diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index 36b12a9223..4c726d62be 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 = 298 +INVENTREE_API_VERSION = 299 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ -v296 - 2024-12-22 : https://github.com/inventree/InvenTree/pull/6293 +v299 - 2025-01-10 : https://github.com/inventree/InvenTree/pull/6293 - Removes a considerable amount of old auth endpoints - Introduces allauth based REST API