Bump API version

This commit is contained in:
Oliver Walters
2026-09-08 02:08:24 +00:00
parent 9e1368b555
commit bd40007ba5
@@ -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