Update API version

This commit is contained in:
Oliver 2023-03-14 17:32:58 +11:00
parent 718ad037cf
commit d39fc4f59d

View File

@ -2,11 +2,14 @@
# InvenTree API version # 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 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 v101 -> 2023-03-07 : https://github.com/inventree/InvenTree/pull/4462
- Adds 'total_in_stock' to Part serializer, and supports API ordering - Adds 'total_in_stock' to Part serializer, and supports API ordering