IMPLEMENTED FEATURES

Version info (done)

Add version nummer to pathways-framework

Also see BUG Version calculation (solved)

New in version 0.0.2.dev20151007: The constantes pathways.version (a string) and pathways.version_info (a 5-tuple: Major, Minor, Maintenance, PreReleaseTag, PreReleaseNo) contain version info.

That info is also used as version sting to build the dist and archive files. It can be retrieved by using pathways/__version__.py as script. Typical with the option --version_str; which print it as string (like 0.0.2.dev20151007).