Bump api version

This commit is contained in:
wolflu05 2024-09-18 11:26:06 +02:00
parent a72d845271
commit 4fb94615d4
No known key found for this signature in database
GPG Key ID: 9099EFC7C5EB963C
1 changed files with 4 additions and 1 deletions

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