2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

fix api_version bump

This commit is contained in:
Matthias Mair
2025-01-22 20:08:47 +01:00
parent e093feadc1
commit 2110debfdf

View File

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