version update

This commit is contained in:
Q
2023-08-29 19:30:28 +03:00
parent 3b69ce7ae1
commit 3026cc0730

View File

@@ -38,7 +38,7 @@ logging.basicConfig(
format=f"[%(asctime)s] [%(levelname)s] %(message)s",
)
__VERSION__ = "20230821.0"
__VERSION__ = "20230828.0"
app = Flask(__name__)
app.config.from_object(__name__)
app.config.from_prefixed_env()