Skip to content

Commit 92adb69

Browse files
committed
Release 0.3.12
1 parent d58c5e2 commit 92adb69

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.3.12 (2018-09-02):
2+
* Support for the dylib from Anaconda
3+
14
0.3.11 (2018-05-07):
25
* Support for the DLL from ``conda-forge``
36

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
http://python-sounddevice.readthedocs.io/
4949
5050
"""
51-
__version__ = '0.3.11'
51+
__version__ = '0.3.12'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)