Skip to content

Commit

Permalink
Bump API version
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Feb 14, 2025
1 parent 7aaff1c commit 940e372
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/backend/InvenTree/InvenTree/api_version.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
"""InvenTree API version information."""

# InvenTree API version
INVENTREE_API_VERSION = 311
INVENTREE_API_VERSION = 312

"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""


INVENTREE_API_TEXT = """
v312 - 2025-02-15 : https://github.com/inventree/InvenTree/pull/9079
- Remove old API endpoints associated with legacy BOM import functionality
v311 - 2025-02-14 : https://github.com/inventree/InvenTree/pull/9076
- Adds "model_filters" attribute to settings API
Expand Down

0 comments on commit 940e372

Please sign in to comment.