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