Update version.py

Modify version number for release
This commit is contained in:
Oliver 2020-04-20 19:28:09 +10:00 committed by GitHub
parent 85e20041c7
commit 13c7e2af49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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