2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Update version.py

This commit is contained in:
Oliver
2021-04-18 19:53:15 +10:00
committed by GitHub
parent 6c410521a1
commit 0b5557395b

View File

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