diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index f5e9237627c5..d278abde3769 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -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-04 : https://github.com/inventree/InvenTree/pull/8069 + - Fixes 'revision' field definition in Part serializer + v249 - 2024-08-23 : https://github.com/inventree/InvenTree/pull/7978 - Sort status enums