mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
bump api
This commit is contained in:
@ -1,13 +1,16 @@
|
|||||||
"""InvenTree API version information."""
|
"""InvenTree API version information."""
|
||||||
|
|
||||||
# InvenTree API version
|
# InvenTree API version
|
||||||
INVENTREE_API_VERSION = 300
|
INVENTREE_API_VERSION = 301
|
||||||
|
|
||||||
"""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 = """
|
||||||
|
|
||||||
|
v301 - 2025-01-14 - https://github.com/inventree/InvenTree/pull/8894
|
||||||
|
- Remove ui preferences from the API
|
||||||
|
|
||||||
v300 - 2025-01-13 - https://github.com/inventree/InvenTree/pull/8886
|
v300 - 2025-01-13 - https://github.com/inventree/InvenTree/pull/8886
|
||||||
- Allow null value for 'expiry_date' field introduced in #8867
|
- Allow null value for 'expiry_date' field introduced in #8867
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user