From 9ca406278a9bf38dd2132a16e678bb7f8d128ec0 Mon Sep 17 00:00:00 2001 From: Joe Rogers <1337joe@users.noreply.github.com> Date: Sat, 26 Jul 2025 07:30:21 +0200 Subject: [PATCH] Correct api version numbers (#10081) --- 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 4705d1c590..39269523ea 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -1,12 +1,12 @@ """InvenTree API version information.""" # InvenTree API version -INVENTREE_API_VERSION = 372 +INVENTREE_API_VERSION = 373 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ -v358 -> 2025-06-21 : https://github.com/inventree/InvenTree/pull/9735 +v373 -> 2025-06-21 : https://github.com/inventree/InvenTree/pull/9735 - Adds PluginUserSetting model (and associated endpoints) - Remove NotificationSetting model (and associated endpoints)