Skip to content

Commit 5220ebc

Browse files
committed
Release 0.3.0
1 parent 043a980 commit 5220ebc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.3.0 (2015-10-28):
2+
* Remove `sounddevice.print_devices()`, `sounddevice.query_devices()` can be
3+
used instead, since it now returns a `sounddevice.DeviceList` object.
4+
15
Version 0.2.2 (2015-10-21):
26
* Devices can now be selected by substrings of device name and host API name
37

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://python-sounddevice.rtfd.org/
2424
2525
"""
26-
__version__ = "0.2.2"
26+
__version__ = "0.3.0"
2727

2828
import atexit as _atexit
2929
from cffi import FFI as _FFI

0 commit comments

Comments
 (0)