update api version

This commit is contained in:
Matthias Mair 2025-01-08 19:56:33 +01:00
parent 2eea51a9f1
commit 7ef84c87a2
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
"""InvenTree API version information."""
# InvenTree API version
INVENTREE_API_VERSION = 298
INVENTREE_API_VERSION = 299
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
INVENTREE_API_TEXT = """
v296 - 2024-12-22 : https://github.com/inventree/InvenTree/pull/6293
v299 - 2025-01-10 : https://github.com/inventree/InvenTree/pull/6293
- Removes a considerable amount of old auth endpoints
- Introduces allauth based REST API