We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3097b0c commit 6abfc59Copy full SHA for 6abfc59
NEWS.rst
@@ -1,3 +1,7 @@
1
+0.3.9 (2017-10-25):
2
+ * Add `sounddevice.Stream.closed`
3
+ * Switch CFFI usage to "out-of-line ABI" mode
4
+
5
0.3.8 (2017-07-11):
6
* Add more ``ignore_errors`` arguments
7
* Add `sounddevice.PortAudioError.args`
src/sounddevice.py
@@ -48,7 +48,7 @@
48
http://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.3.8'
+__version__ = '0.3.9'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments