mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
Update api_version.py
This commit is contained in:
parent
9e872d283b
commit
6415a20e6e
@ -4,11 +4,15 @@ InvenTree API version information
|
|||||||
|
|
||||||
|
|
||||||
# InvenTree API version
|
# InvenTree API version
|
||||||
INVENTREE_API_VERSION = 44
|
INVENTREE_API_VERSION = 45
|
||||||
|
|
||||||
"""
|
"""
|
||||||
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
|
||||||
|
|
||||||
|
v45 -> 2022-05-08 : https://github.com/inventree/InvenTree/pull/2944
|
||||||
|
- Settings are now accessed via the API using their unique key, not their PK
|
||||||
|
- This allows the settings to be accessed without prior knowledge of the PK
|
||||||
|
|
||||||
v44 -> 2022-05-04 : https://github.com/inventree/InvenTree/pull/2931
|
v44 -> 2022-05-04 : https://github.com/inventree/InvenTree/pull/2931
|
||||||
- Converting more server-side rendered forms to the API
|
- Converting more server-side rendered forms to the API
|
||||||
- Exposes more core functionality to API endpoints
|
- Exposes more core functionality to API endpoints
|
||||||
|
Loading…
x
Reference in New Issue
Block a user