Skip to content

Commit dcf9f73

Browse files
committed
Release 0.3.7
1 parent 32fdcda commit dcf9f73

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.3.7 (2017-02-16):
2+
* Add `sounddevice.get_stream()`
3+
* Support for CData function pointers as callbacks
4+
15
0.3.6 (2016-12-19):
26
* Example application ``play_long_file.py``
37

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://python-sounddevice.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.3.6'
26+
__version__ = '0.3.7'
2727

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

0 commit comments

Comments
 (0)