We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5315cb9 commit 732f10dCopy full SHA for 732f10d
NEWS.rst
@@ -1,3 +1,6 @@
1
+0.3.15 (2020-03-18):
2
+ * This will be the last release supporting Python 2.x!
3
+
4
0.3.14 (2019-09-25):
5
* Examples ``play_sine.py`` and ``rec_gui.py``
6
* Redirect ``stderr`` only during initialization
sounddevice.py
@@ -48,7 +48,7 @@
48
https://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.3.14'
+__version__ = '0.3.15'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments