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 d92bec9 commit 81dd81cCopy full SHA for 81dd81c
core/config.py
@@ -105,7 +105,7 @@ def cluster_up_failed_interval(self) -> datetime.timedelta: # 24 hours
105
return datetime.timedelta(seconds=units.parse_time_units(self.get("advanced.cluster_up_failed_interval") or "24h"))
106
107
API_VERSION = "1.13.1"
108
-VERSION = "4.0.15"
+VERSION = "4.0.16"
109
PROJECT = "PythonOpenBMCLAPI"
110
USER_AGENT = f"openbmclapi-cluster/{API_VERSION} {PROJECT}/{VERSION}"
111
ROOT_PATH = Path(__file__).parent.parent
0 commit comments