The version_checker.py module#
Summary#
Class to check version. |
Check that the input version is greater than or equal to the major.minor.patch. |
Description#
Module to ease version checks.
Module detail#
- version_checker.check_version(input_version, major, minor, patch)#
Check that the input version is greater than or equal to the major.minor.patch.
- version_checker.server_version_checker#