2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-01 17:41:33 +00:00

Bump api version

This commit is contained in:
wolflu05
2024-09-18 11:26:06 +02:00
parent a72d845271
commit 4fb94615d4

View File

@@ -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