bump api version

This commit is contained in:
wolflu05 2024-07-15 13:02:31 +02:00
parent 09525f4ada
commit e63cfe5c7a
No known key found for this signature in database
GPG Key ID: 9099EFC7C5EB963C

View File

@ -1,12 +1,15 @@
"""InvenTree API version information."""
# InvenTree API version
INVENTREE_API_VERSION = 222
INVENTREE_API_VERSION = 223
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
INVENTREE_API_TEXT = """
v223 - 2024-07-15 : https://github.com/inventree/InvenTree/pull/7648
- Adds barcode generation API endpoint
v222 - 2024-07-14 : https://github.com/inventree/InvenTree/pull/7635
- Adjust the BomItem API endpoint to improve data import process