Skip to content

Commit 6abfc59

Browse files
committed
Release 0.3.9
1 parent 3097b0c commit 6abfc59

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
0.3.8 (2017-07-11):
26
* Add more ``ignore_errors`` arguments
37
* Add `sounddevice.PortAudioError.args`

src/sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
http://python-sounddevice.readthedocs.io/
4949
5050
"""
51-
__version__ = '0.3.8'
51+
__version__ = '0.3.9'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)