We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c14ca commit ae85ee6Copy full SHA for ae85ee6
FCSBackend.py
@@ -1,7 +1,9 @@
1
-
+"""
2
+22.10.15.1 - First API version checking.
3
4
# Versioning check
5
from PyFCS import check_api_compatibility, get_backend_api_version
-FCS_PYTHON_API_VERSION = "22.10.15"
6
+FCS_PYTHON_API_VERSION = "22.10.15.1"
7
if not check_api_compatibility(FCS_PYTHON_API_VERSION):
8
raise Exception(f"Incompatible backend API!\n"
9
f"Please make sure that a major version of {get_backend_api_version()} is used.")
0 commit comments