heat.version
Heat’s version information.
Module Contents
- major :int = 1
Indicates Heat’s main version.
- minor :int = 8
Indicates feature extension.
- micro :int = 0
Indicates revisions for bugfixes.
- extension :str = None
Indicates special builds, e.g. for specific hardware.
- __version__ :str = '1.8.0'
The combined version string, consisting out of major, minor, micro and possibly extension.