From 886bc176c41a3d9ec6db4cb36079a7a02b7e337c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 27 Dec 2024 09:24:41 +0000 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 91d803b28d..a572432d48 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 = 295 +INVENTREE_API_VERSION = 296 """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-27 - https://github.com/inventree/InvenTree/pull/8438 + - Adjustments to the CustomUserState API endpoints and serializers + v295 - 2024-12-23 : https://github.com/inventree/InvenTree/pull/8746 - Improve API documentation for build APIs