Bump to version 0.9 0.9
authorW. Trevor King <wking@tremily.us>
Mon, 19 Jan 2015 00:52:32 +0000 (16:52 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 19 Jan 2015 00:52:32 +0000 (16:52 -0800)
commit151be8538ada1768e0b005e0acc2caaca883b765
tree4a0bd0cae02961e82085b86416309bd1dc3a7051
parentece9371376e77492b2cc23fcc029abc654bc65b4
Bump to version 0.9

Changes since 0.8:
* Use generators, now that Cython supports them
* Don't use: from pycomedi cimport module as _module
* Use relative imports (or absolute imports for cimport)

These changes fix a:

  pycomedi ImportError: No module named chanspec

error reported by Lukas <dwisuu@gmail.com> [1].

[1]: id:51e4fc1f-b367-4a69-a59b-39adf383a961@googlegroups.com
     https://groups.google.com/forum/#!topic/comedi_list/5qo3u_Qjx2Q
pycomedi/__init__.py