In the scripting api docs i cant seem to find a method to get the point version of deadline that is running.
i can write an internal method to lookup the repo path and get the version from /settings/repository.ini .
But i figured id see if there was a way to get it out of the box
version = ClientUtils.ExecuteCommandAndGetOutput("GetVersion")
print("Deadline's version is {}".format(version))
>> Deadline's version is v10.0.10.4 Release (ffe5d2721)