diff --git a/NEWS.rst b/NEWS.rst index af9d6e5..a6bd3bf 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +0.3.14 (2019-09-25): + * Examples ``play_sine.py`` and ``rec_gui.py`` + * Redirect ``stderr`` only during initialization + 0.3.13 (2019-02-27): * Examples ``asyncio_coroutines.py`` and ``asyncio_generators.py`` diff --git a/sounddevice.py b/sounddevice.py index 3c9ce4c..0e8515c 100644 --- a/sounddevice.py +++ b/sounddevice.py @@ -48,7 +48,7 @@ https://python-sounddevice.readthedocs.io/ """ -__version__ = '0.3.13' +__version__ = '0.3.14' import atexit as _atexit import os as _os