mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Version bump
This commit is contained in:
parent
e4b63bb570
commit
8555b28fbc
@ -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",
|
||||
|
@ -83,6 +83,7 @@ def direct():
|
||||
|
||||
def debug():
|
||||
os.environ["MALOJA_DEV_MODE"] = 'true'
|
||||
globalconf.malojaconfig.load_environment()
|
||||
direct()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user