Bump API version

This commit is contained in:
Oliver 2021-08-23 21:45:40 +10:00
parent 5d4f35958d
commit 90d0b8b15d

View File

@ -10,11 +10,16 @@ import common.models
INVENTREE_SW_VERSION = "0.5.0 pre" INVENTREE_SW_VERSION = "0.5.0 pre"
INVENTREE_API_VERSION = 9 INVENTREE_API_VERSION = 10
""" """
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
v10 -> 2021-08-23
- Adds "purchase_price_currency" to StockItem serializer
- Adds "purchase_price_string" to StockItem serializer
- Purchase price is now writable for StockItem serializer
v9 -> 2021-08-09 v9 -> 2021-08-09
- Adds "price_string" to part pricing serializers - Adds "price_string" to part pricing serializers