rbtools¶
RBTools version and package information.
These variables and functions can be used to identify the version of Beanbag Tools. They’re largely used for packaging purposes.
Module Attributes
The version of RBTools |
Functions
Return the version as a Python package version string. |
|
Return the version as a human-readable string. |
|
Return whether this is a released version. |
- rbtools.VERSION = (4, 1, 0, 0, 'final', 0, True)[source]¶
The version of RBTools
This is in the format of:
(Major, Minor, Micro, Patch, alpha/beta/rc/final, Release Number, Released)
- rbtools.get_version_string()[source]¶
Return the version as a human-readable string.
- Returns:
The version number as a human-readable string.
- Return type: