diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index 43124be61b..c97883c52a 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -1,11 +1,14 @@ """InvenTree API version information.""" # InvenTree API version -INVENTREE_API_VERSION = 544 +INVENTREE_API_VERSION = 545 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ +v545 -> 2026-09-08 : https://github.com/inventree/InvenTree/pull/12808 + - Ensure consistent ordering of SSO options in API documentation + v544 -> 2026-09-07 : https://github.com/inventree/InvenTree/pull/12807 - Adds filtering by filename on the Attachment list API endpoint