2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Update version.py

Increment version number
This commit is contained in:
Oliver
2020-08-16 14:03:20 +10:00
committed by GitHub
parent b5b882d3b6
commit ab62f8fc59

View File

@ -6,7 +6,7 @@ import subprocess
from common.models import InvenTreeSetting from common.models import InvenTreeSetting
import django import django
INVENTREE_SW_VERSION = "0.1.1 pre" INVENTREE_SW_VERSION = "0.1.2"
def inventreeInstanceName(): def inventreeInstanceName():