Bump to version 0.8 0.8
authorW. Trevor King <wking@tremily.us>
Thu, 17 Jul 2014 23:55:48 +0000 (16:55 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 17 Jul 2014 23:55:48 +0000 (16:55 -0700)
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

pycomedi/__init__.py

index afeaaf5c91964146a3deb1b9966083690c614c70..cca3bc68f781dddbbef5151c36d41f3d9dcf26d2 100644 (file)
@@ -19,7 +19,7 @@
 import logging as _logging
 
 
-__version__ = '0.7'
+__version__ = '0.8'
 
 
 LOG = _logging.getLogger('pycomedi')