Skip to content

Commit

Permalink
Bump API version
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Sep 4, 2024
1 parent a12f170 commit 8b15fb8
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 = 249
INVENTREE_API_VERSION = 250

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


INVENTREE_API_TEXT = """
v250 - 2024-09-04 : https://github.com/inventree/InvenTree/pull/8069
- Fixes 'revision' field definition in Part serializer
v249 - 2024-08-23 : https://github.com/inventree/InvenTree/pull/7978
- Sort status enums
Expand Down

0 comments on commit 8b15fb8

Please sign in to comment.