Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Oct 21, 2015
1 parent f3f0996 commit aec8c15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.2.2 (2015-10-21):
* Devices can now be selected by substrings of device name and host API name

Version 0.2.1 (2015-10-08):
* Example applications ``wire.py`` (based on PortAudio's ``patest_wire.c``)
and ``spectrogram.py`` (based on code by Mauris Van Hauwe)
Expand Down
2 changes: 1 addition & 1 deletion sounddevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
http://python-sounddevice.rtfd.org/
"""
__version__ = "0.2.1"
__version__ = "0.2.2"

import atexit as _atexit
from cffi import FFI as _FFI
Expand Down

0 comments on commit aec8c15

Please sign in to comment.