Update version.py

This commit is contained in:
Oliver 2021-03-04 22:52:40 +11:00 committed by GitHub
parent 15ca35ca94
commit a4257ad9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ import django
import common.models
INVENTREE_SW_VERSION = "0.1.7"
INVENTREE_SW_VERSION = "0.1.8 pre"
# Increment this number whenever there is a significant change to the API that any clients need to know about
INVENTREE_API_VERSION = 2