mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Updated API version
This commit is contained in:
@ -2,11 +2,14 @@
|
|||||||
|
|
||||||
|
|
||||||
# InvenTree API version
|
# 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
|
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
|
v107 -> 2023-04-04 : https://github.com/inventree/InvenTree/pull/4575
|
||||||
- Adds barcode support for PurchaseOrder model
|
- Adds barcode support for PurchaseOrder model
|
||||||
- Adds barcode support for ReturnOrder model
|
- Adds barcode support for ReturnOrder model
|
||||||
|
Reference in New Issue
Block a user