8000
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 707be0a commit 75b7593Copy full SHA for 75b7593
core/config.py
@@ -106,7 +106,7 @@ def cluster_up_failed_interval(self) -> datetime.timedelta: # 24 hours
106
107
108
API_VERSION = "1.13.1"
109
-VERSION = "4.0.12"
+VERSION = "4.0.13"
110
PROJECT = "PythonOpenBMCLAPI"
111
USER_AGENT = f"openbmclapi-cluster/{API_VERSION} {PROJECT}/{VERSION}"
112
ROOT_PATH = Path(__file__).parent.parent
0 commit comments