2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-03 10:01:07 +00:00

Merge commit 'be5814112dcdb957598e554397d095abd786058e' into generic-parameters

This commit is contained in:
Oliver Walters
2025-11-28 21:25:19 +00:00

View File

@@ -1,15 +1,18 @@
"""InvenTree API version information.""" """InvenTree API version information."""
# InvenTree API version # InvenTree API version
INVENTREE_API_VERSION = 428 INVENTREE_API_VERSION = 429
"""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."""
INVENTREE_API_TEXT = """ INVENTREE_API_TEXT = """
v428 -> 2025-11-25 : https://github.com/inventree/InvenTree/pull/10699 v429 -> 2025-12-01 : https://github.com/inventree/InvenTree/pull/10699
- Removed the "PartParameter" and "PartParameterTemplate" API endpoints - Removed the "PartParameter" and "PartParameterTemplate" API endpoints
- Added generic "Parameter" and "ParameterTemplate" API endpoints - Added generic "Parameter" and "ParameterTemplate" API endpoints
v428 -> 2025-11-28 : https://github.com/inventree/InvenTree/pull/10926
- Various typo fixes in API - no functional changes
v427 -> 2025-11-24 : https://github.com/inventree/InvenTree/pull/10896 v427 -> 2025-11-24 : https://github.com/inventree/InvenTree/pull/10896
- Fixes a spelling mistake in the API field labels - Fixes a spelling mistake in the API field labels