Bump API version and CHANGELOG

This commit is contained in:
Oliver Walters
2026-07-14 05:14:33 +00:00
parent 734edc8070
commit 02b382b779
2 changed files with 5 additions and 1 deletions
@@ -1,11 +1,14 @@
"""InvenTree API version information."""
# InvenTree API version
INVENTREE_API_VERSION = 521
INVENTREE_API_VERSION = 522
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
INVENTREE_API_TEXT = """
v522 -> 2026-07-14 : https://github.com/inventree/InvenTree/pull/12393
- Adds "discount" field to order line items (and extra line items)
v521 -> 2026-07-12 : https://github.com/inventree/InvenTree/pull/12360
- Removes the MPTT mixin from the StockItem model, and removes the self-referential tree structure from the database.