Skip to content

Commit

Permalink
Release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 19, 2016
1 parent d5511cb commit 26f21aa
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 @@
0.3.6 (2016-12-19):
* Example application ``play_long_file.py``

0.3.5 (2016-09-12):
* Add ``extra_settings`` option for host-API-specific stream settings
* Add `sounddevice.AsioSettings` and `sounddevice.WasapiSettings`
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.readthedocs.io/
"""
__version__ = "0.3.5"
__version__ = '0.3.6'

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

0 comments on commit 26f21aa

Please sign in to comment.