diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index 8494ebb26d..f460055d0d 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -1,12 +1,15 @@ """InvenTree API version information.""" # InvenTree API version -INVENTREE_API_VERSION = 222 +INVENTREE_API_VERSION = 223 """Increment this API version number whenever there is a significant change to the API that any clients need to know about.""" INVENTREE_API_TEXT = """ +v223 - 2024-07-15 : https://github.com/inventree/InvenTree/pull/7648 + - Adds barcode generation API endpoint + v222 - 2024-07-14 : https://github.com/inventree/InvenTree/pull/7635 - Adjust the BomItem API endpoint to improve data import process