mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-10 06:37:17 +00:00
Bump API version
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
"""InvenTree API version information."""
|
"""InvenTree API version information."""
|
||||||
|
|
||||||
# InvenTree API version
|
# 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."""
|
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
|
||||||
|
|
||||||
INVENTREE_API_TEXT = """
|
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
|
v544 -> 2026-09-07 : https://github.com/inventree/InvenTree/pull/12807
|
||||||
- Adds filtering by filename on the Attachment list API endpoint
|
- Adds filtering by filename on the Attachment list API endpoint
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user