1.25. version
¶
This module collects all import version information for the application. This is the authoritative source for the applications version information and should be used anywhere the version is required.
Note
This is a “Clean Room” module and is suitable for use during initialization.
1.25.1. Data¶
-
distutils_version
= '1.16.0b0'[source]¶ A string suitable for being parsed by
distutils.version
classes.
-
rpc_api_version
= rpc_api_version(major=6, minor=5)[source]¶ A tuple representing the local version of the RPC API for use with compatibility checks. The major version is incremented when backwards incompatible changes are made and the minor version is incremented when backwards compatible changes are made.