Update API version info

This commit is contained in:
Oliver Walters 2022-04-21 20:14:46 +10:00
parent 3b4d0c2f9c
commit 1d73f7c066

View File

@ -4,11 +4,14 @@ InvenTree API version information
# InvenTree API version # InvenTree API version
INVENTREE_API_VERSION = 40 INVENTREE_API_VERSION = 41
""" """
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
v41 -> 2022-04-21 : https://github.com/inventree/InvenTree/pull/2833
- Adds variant stock information to the Part and BomItem serializers
v40 -> 2022-04-19 v40 -> 2022-04-19
- Adds ability to filter StockItem list by "tracked" parameter - Adds ability to filter StockItem list by "tracked" parameter
- This checks the serial number or batch code fields - This checks the serial number or batch code fields