From: W. Trevor King Date: Thu, 17 Jul 2014 23:55:48 +0000 (-0700) Subject: Bump to version 0.8 X-Git-Tag: 0.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ad3db6fa4dbb109ee99ad89e8f6861cbf1b4fc4c;p=pycomedi.git Bump to version 0.8 This adds compatibility with comedilib 0.10.2 (2014-04-10). Changes since 0.7: * constant: Avoid non-integer values in _Enum * constant: Use dir(comedi.wrapped) when comedi.wrapped exists * MANIFEST.in: Distribute test.sh and the doc directory --- diff --git a/pycomedi/__init__.py b/pycomedi/__init__.py index afeaaf5..cca3bc6 100644 --- a/pycomedi/__init__.py +++ b/pycomedi/__init__.py @@ -19,7 +19,7 @@ import logging as _logging -__version__ = '0.7' +__version__ = '0.8' LOG = _logging.getLogger('pycomedi')