increment version

fixes in tblog
This commit is contained in:
trinkey 2025-01-04 15:42:28 -05:00
parent d9e6367a5a
commit 42244a0582

View file

@ -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 = ["*"]