Update version.py

Actually bump the API version
This commit is contained in:
Oliver 2021-08-26 22:13:13 +10:00 committed by GitHub
parent 320ca451cc
commit e5de69cd96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ import common.models
INVENTREE_SW_VERSION = "0.5.0 pre"
INVENTREE_API_VERSION = 10
INVENTREE_API_VERSION = 11
"""
Increment this API version number whenever there is a significant change to the API that any clients need to know about