Version bump

This commit is contained in:
krateng 2021-12-22 05:25:32 +01:00
parent e4b63bb570
commit 8555b28fbc
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ author = {
"email":"maloja@dev.krateng.ch",
"github": "krateng"
}
version = 2,12,20
version = 2,13,0
versionstr = ".".join(str(n) for n in version)
links = {
"pypi":"malojaserver",

View File

@ -83,6 +83,7 @@ def direct():
def debug():
os.environ["MALOJA_DEV_MODE"] = 'true'
globalconf.malojaconfig.load_environment()
direct()