Skip to content

Commit ae85ee6

Browse files
22.10.15.1
1 parent 37c14ca commit ae85ee6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

FCSBackend.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
1+
"""
2+
22.10.15.1 - First API version checking.
3+
"""
24
# Versioning check
35
from PyFCS import check_api_compatibility, get_backend_api_version
4-
FCS_PYTHON_API_VERSION = "22.10.15"
6+
FCS_PYTHON_API_VERSION = "22.10.15.1"
57
if not check_api_compatibility(FCS_PYTHON_API_VERSION):
68
raise Exception(f"Incompatible backend API!\n"
79
f"Please make sure that a major version of {get_backend_api_version()} is used.")

0 commit comments

Comments
 (0)