Skip to content

Commit b4af577

Browse files
committed
Release 0.3.5
1 parent eaede7f commit b4af577

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+
Version 0.3.5 (2016-09-12):
2+
* Add ``extra_settings`` option for host-API-specific stream settings
3+
* Add `sounddevice.AsioSettings` and `sounddevice.WasapiSettings`
4+
15
Version 0.3.4 (2016-08-05):
26
* Example application ``rec_unlimited.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.4"
26+
__version__ = "0.3.5"
2727

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

0 commit comments

Comments
 (0)