2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +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 information."""
# InvenTree API version # 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.""" """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 = """
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 - Removes a considerable amount of old auth endpoints
- Introduces allauth based REST API - Introduces allauth based REST API