Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Mar 16, 2016
1 parent 36763c4 commit ae2198e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.3.2 (2016-03-16):
* ``mapping=[1]`` works now on all host APIs
* Example application ``plot_input.py`` showing the live microphone signal(s)
* Device substrings are now allowed in `sounddevice.query_devices()`

Version 0.3.1 (2016-01-04):
* Add `sounddevice.check_input_settings()` and
`sounddevice.check_output_settings()`
Expand Down
2 changes: 1 addition & 1 deletion sounddevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
http://python-sounddevice.rtfd.org/
"""
__version__ = "0.3.1"
__version__ = "0.3.2"

import atexit as _atexit
from cffi import FFI as _FFI
Expand Down

0 comments on commit ae2198e

Please sign in to comment.