From 92adb69a10e04b78d510ec13a7cca152ceab6c45 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sun, 2 Sep 2018 11:06:17 +0200 Subject: [PATCH] Release 0.3.12 --- NEWS.rst | 3 +++ sounddevice.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index dd24e1f..ab6f9f9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +0.3.12 (2018-09-02): + * Support for the dylib from Anaconda + 0.3.11 (2018-05-07): * Support for the DLL from ``conda-forge`` diff --git a/sounddevice.py b/sounddevice.py index 4b6f612..a106a3c 100644 --- a/sounddevice.py +++ b/sounddevice.py @@ -48,7 +48,7 @@ http://python-sounddevice.readthedocs.io/ """ -__version__ = '0.3.11' +__version__ = '0.3.12' import atexit as _atexit import os as _os