projects
/
pycomedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56aa221
)
Bump to version 0.8
0.8
author
W. Trevor King
<wking@tremily.us>
Thu, 17 Jul 2014 23:55:48 +0000
(16:55 -0700)
committer
W. 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
patch
|
blob
|
history
diff --git
a/pycomedi/__init__.py
b/pycomedi/__init__.py
index afeaaf5c91964146a3deb1b9966083690c614c70..cca3bc68f781dddbbef5151c36d41f3d9dcf26d2 100644
(file)
--- 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')