(20241225) Work started on upgrades and server-registration module.

This commit is contained in:
2024-12-25 14:52:07 +05:30
parent 053e2c49e3
commit 1fd287900d
8 changed files with 647 additions and 164 deletions
+3 -3
View File
@@ -68,8 +68,8 @@ from utils_v2.api.async_quart import (
from icecream import IceCreamDebugger
# All the blueprints:
from api.cred_data.blueprint import cred_and_data_bp
from api.logs.blueprint import logs_bp
from api_v2.blueprints.cred_and_data.blueprint import cred_and_data_bp
from api_v2.blueprints.logs.blueprint import logs_bp
# *****************************************************************************************************************
@@ -81,7 +81,7 @@ from api.logs.blueprint import logs_bp
# Quart related:
MODULE_BASE = "internal"
APP_VERSION = "2.0.0"
APP_VERSION = "2.2.0"
# *****************************************************************************************************************