From 34ec78649b3808758aeb9528167056c10b47bc1a Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 17 Apr 2023 16:40:01 +1000 Subject: [PATCH] Updated API version --- InvenTree/InvenTree/api_version.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/api_version.py b/InvenTree/InvenTree/api_version.py index 33222ebe75..cbcc6b5da2 100644 --- a/InvenTree/InvenTree/api_version.py +++ b/InvenTree/InvenTree/api_version.py @@ -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