.. Copyright (C) ALbert Mietus, SoftwareBeterMaken.nl; . Part of Pathways project ==================== IMPLEMENTED FEATURES ==================== .. _FEATURE_version_info: Version info (done) =================== Add version nummer to pathways-framework Also see BUG :ref:`BUG_calc_version` .. versionadded:: 0.0.2.dev20151007 The constantes :py:const:`pathways.version` (a string) and :py:const:`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 :command:`pathways/__version__.py` as script. Typical with the option ``--version_str``; which print it as string (like *0.0.2.dev20151007*).