Skip to content

Commit ae2198e

Browse files
committed
Release 0.3.2
1 parent 36763c4 commit ae2198e

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.2 (2016-03-16):
2+
* ``mapping=[1]`` works now on all host APIs
3+
* Example application ``plot_input.py`` showing the live microphone signal(s)
4+
* Device substrings are now allowed in `sounddevice.query_devices()`
5+
16
Version 0.3.1 (2016-01-04):
27
* Add `sounddevice.check_input_settings()` and
38
`sounddevice.check_output_settings()`

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.1"
26+
__version__ = "0.3.2"
2727

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

0 commit comments

Comments
 (0)