projects
/
pycomedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b6c6d8
)
Bump to version 0.7
0.7
author
W. Trevor King
<wking@tremily.us>
Wed, 6 Feb 2013 23:08:24 +0000
(18:08 -0500)
committer
W. Trevor King
<wking@tremily.us>
Wed, 6 Feb 2013 23:08:24 +0000
(18:08 -0500)
Changes since 0.6:
* MANIFEST.in: Distribute *.pxd files
* channel: Fix to-physical setup in AnalogChannel._get_converter
* A few documentation fixes and updates
pycomedi/__init__.py
patch
|
blob
|
history
diff --git
a/pycomedi/__init__.py
b/pycomedi/__init__.py
index 371fae6dda0f88c4f5079af77b38229876b1b9bc..afeaaf5c91964146a3deb1b9966083690c614c70 100644
(file)
--- a/
pycomedi/__init__.py
+++ b/
pycomedi/__init__.py
@@
-19,7
+19,7
@@
import logging as _logging
-__version__ = '0.
6
'
+__version__ = '0.
7
'
LOG = _logging.getLogger('pycomedi')