mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
bump API
This commit is contained in:
parent
75eacd286e
commit
fa7eb38ddb
@ -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-30 : https://github.com/inventree/InvenTree/pull/8035
|
||||
- Add endpoint for listing all known units
|
||||
|
||||
v249 - 2024-08-23 : https://github.com/inventree/InvenTree/pull/7978
|
||||
- Sort status enums
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user