2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

Updated API version

This commit is contained in:
Oliver
2023-04-17 16:40:01 +10:00
parent 92807a9c1c
commit 34ec78649b

View File

@ -2,11 +2,14 @@
# InvenTree API version
INVENTREE_API_VERSION = 107
INVENTREE_API_VERSION = 108
"""
Increment this API version number whenever there is a significant change to the API that any clients need to know about
v108 -> 2023-04-17 : https://github.com/inventree/InvenTree/pull/4615
- Adds functionality to upload images for rendering in markdown notes
v107 -> 2023-04-04 : https://github.com/inventree/InvenTree/pull/4575
- Adds barcode support for PurchaseOrder model
- Adds barcode support for ReturnOrder model