buildVersion module

buildVersion._updateVersionFromVCS()

Update the version from version control system metadata if possible.

buildVersion._formatDevVersionString()
buildVersion.formatBuildVersionString()

Formats a full version string, from the values in the buildVersion module. Examples: - “2019.1.0.123”

buildVersion.formatVersionForGUI(year, major, minor)

Converts three version numbers to a string for displaying in the GUI. Examples: - (2018, 1, 1) becomes “2018.1.1” - (2018, 1, 0) becomes “2018.1” - (0, 0, 0) becomes “0.0”