diff --git a/InvenTree/InvenTree/api_version.py b/InvenTree/InvenTree/api_version.py index 5777f97afa..b540ceba4f 100644 --- a/InvenTree/InvenTree/api_version.py +++ b/InvenTree/InvenTree/api_version.py @@ -2,11 +2,14 @@ # InvenTree API version -INVENTREE_API_VERSION = 101 +INVENTREE_API_VERSION = 102 """ Increment this API version number whenever there is a significant change to the API that any clients need to know about +v102 -> 2023-03-14 : https://github.com/inventree/InvenTree/pull/4488 + - Adds various endpoints for new "ReturnOrder" models + v101 -> 2023-03-07 : https://github.com/inventree/InvenTree/pull/4462 - Adds 'total_in_stock' to Part serializer, and supports API ordering