2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

update api version

This commit is contained in:
Matthias Mair
2025-01-08 19:56:33 +01:00
parent 2eea51a9f1
commit 7ef84c87a2

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