diff options
Diffstat (limited to 'methods.py')
-rw-r--r-- | methods.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods.py b/methods.py index 17bf95d119..472c048aa3 100644 --- a/methods.py +++ b/methods.py @@ -210,6 +210,7 @@ def get_version_info(module_version_string="", silent=False): "minor": int(version.minor), "patch": int(version.patch), "status": str(version.status), + "status_version": int(version.status_version), "build": str(build_name), "module_config": str(version.module_config) + module_version_string, "website": str(version.website), |