Skip to content

Commit aec8c15

Browse files
committed
Release 0.2.2
1 parent f3f0996 commit aec8c15

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+
Version 0.2.2 (2015-10-21):
2+
* Devices can now be selected by substrings of device name and host API name
3+
14
Version 0.2.1 (2015-10-08):
25
* Example applications ``wire.py`` (based on PortAudio's ``patest_wire.c``)
36
and ``spectrogram.py`` (based on code by Mauris Van Hauwe)

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.1"
26+
__version__ = "0.2.2"
2727

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

0 commit comments

Comments
 (0)