empyrean.version_string

version_string()[source]

Return the multi-line version report for the empyrean stack.

Format:

empyrean-core <ver>
villeneuve    <ver>
scott         <ver>
nolan         <ver>

Where each upstream version is the git-populated <tag>+<sha> string baked into the cdylib at build time. Use this for build- provenance reporting in logs / crash dumps / –version-style output.

Return type:

str

Returns:

str – Multi-line version report.