Bump API version (#4577)

- Forgot to do this in recent PR
This commit is contained in:
Oliver 2023-04-04 14:54:31 +10:00 committed by GitHub
parent 1088b9c947
commit 78c6f9b90a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,16 @@
# InvenTree API version # InvenTree API version
INVENTREE_API_VERSION = 106 INVENTREE_API_VERSION = 107
""" """
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
v107 -> 2023-04-04 : https://github.com/inventree/InvenTree/pull/4575
- Adds barcode support for PurchaseOrder model
- Adds barcode support for ReturnOrder model
- Adds barcode support for SalesOrder model
v106 -> 2023-04-03 : https://github.com/inventree/InvenTree/pull/4566 v106 -> 2023-04-03 : https://github.com/inventree/InvenTree/pull/4566
- Adds 'search_regex' parameter to all searchable API endpoints - Adds 'search_regex' parameter to all searchable API endpoints