inc version
This commit is contained in:
parent
414ddc180b
commit
4a60d91b81
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
|
||||
|
||||
VERSION = (0, 2, 1)
|
||||
VERSION = (0, 2, 2)
|
||||
STATIC_DIR = BASE_DIR / "tcommon/static"
|
||||
ALLOWED_HOSTS = ["*"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue