The seedbox.version Module

Version wrapper

Access to the version as configured as part of installation package. Leverages pbr (Python Build Reasonableness)

seedbox.version.release_string()

Provide a string representing the release of the project.

Returns:project release
Return type:string
seedbox.version.version_string()

Provide a string representing the version of the project.

Returns:project version
Return type:string