Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Oct 28, 2015
1 parent 043a980 commit 5220ebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.3.0 (2015-10-28):
* Remove `sounddevice.print_devices()`, `sounddevice.query_devices()` can be
used instead, since it now returns a `sounddevice.DeviceList` object.

Version 0.2.2 (2015-10-21):
* Devices can now be selected by substrings of device name and host API name

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.2"
__version__ = "0.3.0"

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

0 comments on commit 5220ebc

Please sign in to comment.