BUILD: 0.1 NOTE: First writing Version numbers for this modules should be numbers only to simply testing it's own module.__version__ BUILD: 1.0 NOTE: Doctests passed, should be read for use BUILD: 1.1 BUG FIX: minVersion() has <= but should have been < to raise VersionError BUILD: 1.2 NOTE: Renamed project to ivc, made note in __doc__ BUILD: 1.2.1 FIXED: Made note of distutils.version in __doc__ BUILD: 1.3 BUG FIX: exactVersion() and minVersion() did not pass sep arg as need by comparableVersion() BUILD: 1.4 FIXED: Made note that ValueError may need handled in __doc__