Correct api version numbers (#10081)

This commit is contained in:
Joe Rogers 2025-07-26 07:30:21 +02:00 committed by GitHub
parent 1085625af4
commit 9ca406278a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
"""InvenTree API version information."""
# InvenTree API version
INVENTREE_API_VERSION = 372
INVENTREE_API_VERSION = 373
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
INVENTREE_API_TEXT = """
v358 -> 2025-06-21 : https://github.com/inventree/InvenTree/pull/9735
v373 -> 2025-06-21 : https://github.com/inventree/InvenTree/pull/9735
- Adds PluginUserSetting model (and associated endpoints)
- Remove NotificationSetting model (and associated endpoints)