fix api version

This commit is contained in:
Matthias Mair 2025-01-12 15:33:18 +01:00
parent 08c458f26e
commit b6c4b9923a
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 = 299
INVENTREE_API_VERSION = 300
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
INVENTREE_API_TEXT = """
v299 - 2025-01-10 : https://github.com/inventree/InvenTree/pull/6293
v300 - 2025-01-10 : https://github.com/inventree/InvenTree/pull/6293
- Removes a considerable amount of old auth endpoints
- Introduces allauth based REST API