Skip to content

Commit

Permalink
Release 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jul 11, 2017
1 parent 7dc09a4 commit 1c31c42
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 @@
0.3.8 (2017-07-11):
* Add more ``ignore_errors`` arguments
* Add `sounddevice.PortAudioError.args`
* Add `sounddevice.CoreAudioSettings`

0.3.7 (2017-02-16):
* Add `sounddevice.get_stream()`
* Support for CData function pointers as callbacks
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.readthedocs.io/
"""
__version__ = '0.3.7'
__version__ = '0.3.8'

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

0 comments on commit 1c31c42

Please sign in to comment.