We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d86c1 commit 6392449Copy full SHA for 6392449
1 file changed
core/config.py
@@ -108,7 +108,7 @@ def cluster_up_failed_interval(self) -> datetime.timedelta: # 24 hours
108
def bridge_web_application(self) -> bool:
109
return self.get("advanced.bridge_web_application") or False
110
111
-API_VERSION = "1.13.1"
+API_VERSION = "1.14.0"
112
VERSION = "4.0.16"
113
PROJECT = "PythonOpenBMCLAPI"
114
USER_AGENT = f"openbmclapi-cluster/{API_VERSION} {PROJECT}/{VERSION}"
0 commit comments