diff --git a/NEWS.rst b/NEWS.rst index 0fe6ad0..f754339 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +Version 0.3.5 (2016-09-12): + * Add ``extra_settings`` option for host-API-specific stream settings + * Add `sounddevice.AsioSettings` and `sounddevice.WasapiSettings` + Version 0.3.4 (2016-08-05): * Example application ``rec_unlimited.py`` diff --git a/sounddevice.py b/sounddevice.py index ff6b695..8a43b5e 100644 --- a/sounddevice.py +++ b/sounddevice.py @@ -23,7 +23,7 @@ http://python-sounddevice.readthedocs.io/ """ -__version__ = "0.3.4" +__version__ = "0.3.5" import atexit as _atexit from cffi import FFI as _FFI