Update api_version.py

This commit is contained in:
Oliver Walters 2022-05-08 13:33:28 +10:00
parent 9e872d283b
commit 6415a20e6e

View File

@ -4,11 +4,15 @@ InvenTree API version information
# 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
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
- Converting more server-side rendered forms to the API
- Exposes more core functionality to API endpoints