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