Skip to content

Commit 004c7da

Browse files
committed
Release 0.3.1
1 parent f79dba1 commit 004c7da

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+
Version 0.3.1 (2016-01-04):
2+
* Add `sounddevice.check_input_settings()` and
3+
`sounddevice.check_output_settings()`
4+
* Send PortAudio output to ``/dev/null`` (on Linux and OSX)
5+
16
Version 0.3.0 (2015-10-28):
27
* Remove `sounddevice.print_devices()`, `sounddevice.query_devices()` can be
38
used instead, since it now returns a `sounddevice.DeviceList` object.

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://python-sounddevice.rtfd.org/
2424
2525
"""
26-
__version__ = "0.3.0"
26+
__version__ = "0.3.1"
2727

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

0 commit comments

Comments
 (0)