This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
__all__ = ["__version__"]
|
||||
|
||||
__version__ = "0.1.17"
|
||||
__version__ = "0.1.18"
|
||||
|
||||
@@ -40,7 +40,7 @@ def _tenant_summary(session, tenant_id: str) -> dict[str, int]:
|
||||
manifest = ModuleManifest(
|
||||
id="dashboard",
|
||||
name="Dashboard",
|
||||
version="0.1.17",
|
||||
version="0.1.18",
|
||||
required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR),
|
||||
optional_dependencies=("ops", "campaigns", "files", "mail", "tasks", "notifications", "reporting"),
|
||||
route_factory=_dashboard_router,
|
||||
|
||||
Reference in New Issue
Block a user