update version

This commit is contained in:
q
2025-04-07 18:51:20 +03:00
parent a2f0ee1a81
commit 7716ef847f

View File

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