mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update API version info
This commit is contained in:
parent
3b4d0c2f9c
commit
1d73f7c066
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user