Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Apr 11, 2016
1 parent 79e08b8 commit c3631e3
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.3.3 (2016-04-11):
* Add ``loop`` argument to `sounddevice.play()`

Version 0.3.2 (2016-03-16):
* ``mapping=[1]`` works now on all host APIs
* Example application ``plot_input.py`` showing the live microphone signal(s)
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.3.2"
__version__ = "0.3.3"

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

0 comments on commit c3631e3

Please sign in to comment.