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