This commit is contained in:
Matthias Mair 2024-08-30 00:44:33 +02:00
parent 75eacd286e
commit fa7eb38ddb
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -1,13 +1,16 @@
"""InvenTree API version information."""
# InvenTree API version
INVENTREE_API_VERSION = 249
INVENTREE_API_VERSION = 250
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
INVENTREE_API_TEXT = """
v250 - 2024-09-30 : https://github.com/inventree/InvenTree/pull/8035
- Add endpoint for listing all known units
v249 - 2024-08-23 : https://github.com/inventree/InvenTree/pull/7978
- Sort status enums