From 26f21aa00a166b82186f31b0c550883a6fd3a474 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 19 Dec 2016 09:52:05 +0100 Subject: [PATCH] Release 0.3.6 --- NEWS.rst | 3 +++ sounddevice.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index aea2468..e1e6576 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +0.3.6 (2016-12-19): + * Example application ``play_long_file.py`` + 0.3.5 (2016-09-12): * Add ``extra_settings`` option for host-API-specific stream settings * Add `sounddevice.AsioSettings` and `sounddevice.WasapiSettings` diff --git a/sounddevice.py b/sounddevice.py index 41e93d9..9af6899 100644 --- a/sounddevice.py +++ b/sounddevice.py @@ -23,7 +23,7 @@ http://python-sounddevice.readthedocs.io/ """ -__version__ = "0.3.5" +__version__ = '0.3.6' import atexit as _atexit from cffi import FFI as _FFI