increment version
fixes in tblog
This commit is contained in:
parent
d9e6367a5a
commit
42244a0582
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from config import tCOMMON_TOKEN as SECRET_KEY # noqa: F401
|
||||||
|
|
||||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||||
|
|
||||||
VERSION = (0, 2, 0)
|
VERSION = (0, 2, 1)
|
||||||
STATIC_DIR = BASE_DIR / "tcommon/static"
|
STATIC_DIR = BASE_DIR / "tcommon/static"
|
||||||
ALLOWED_HOSTS = ["*"]
|
ALLOWED_HOSTS = ["*"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue