Skip to content

Commit 1c31c42

Browse files
committed
Release 0.3.8
1 parent 7dc09a4 commit 1c31c42

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.8 (2017-07-11):
2+
* Add more ``ignore_errors`` arguments
3+
* Add `sounddevice.PortAudioError.args`
4+
* Add `sounddevice.CoreAudioSettings`
5+
16
0.3.7 (2017-02-16):
27
* Add `sounddevice.get_stream()`
38
* Support for CData function pointers as callbacks

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://python-sounddevice.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.3.7'
26+
__version__ = '0.3.8'
2727

2828
import atexit as _atexit
2929
from cffi import FFI as _FFI

0 commit comments

Comments
 (0)