spinetoolbox.version¶
Version info for Spine Toolbox package. Inspired by python sys.version and sys.version_info.
| author: |
|
|---|---|
| date: | 8.1.2020 |
Module Contents¶
Classes¶
VersionInfo |
A class for a named tuple containing the five components of the version number: major, minor, |
-
class
spinetoolbox.version.VersionInfo[source]¶ Bases:
typing.NamedTupleA class for a named tuple containing the five components of the version number: major, minor, micro, releaselevel, and serial. All values except releaselevel are integers; the release level is ‘alpha’, ‘beta’, ‘candidate’, or ‘final’.
Create and return a new object. See help(type) for accurate signature.