2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-02 18:11:42 +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 information."""
# InvenTree API version # 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.""" """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 = """
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 v254 - 2024-09-14 : https://github.com/inventree/InvenTree/pull/7470
- Implements new API endpoints for enabling custom UI functionality via plugins - Implements new API endpoints for enabling custom UI functionality via plugins