Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jan 4, 2016
1 parent f79dba1 commit 004c7da
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.1 (2016-01-04):
* Add `sounddevice.check_input_settings()` and
`sounddevice.check_output_settings()`
* Send PortAudio output to ``/dev/null`` (on Linux and OSX)

Version 0.3.0 (2015-10-28):
* Remove `sounddevice.print_devices()`, `sounddevice.query_devices()` can be
used instead, since it now returns a `sounddevice.DeviceList` object.
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.0"
__version__ = "0.3.1"

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

0 comments on commit 004c7da

Please sign in to comment.