2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

Update version.py

Increment minor version number after stable release
This commit is contained in:
Oliver
2022-02-21 20:52:37 +11:00
committed by GitHub
parent 5045e8c066
commit 4007b17dcc

View File

@ -9,7 +9,7 @@ import re
import common.models
# InvenTree software version
INVENTREE_SW_VERSION = "0.6.0 dev"
INVENTREE_SW_VERSION = "0.7.0 dev"
# InvenTree API version
INVENTREE_API_VERSION = 26