Skip to content

Commit

Permalink
Release 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 25, 2019
1 parent 79ced39 commit 4453004
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 @@
0.3.14 (2019-09-25):
* Examples ``play_sine.py`` and ``rec_gui.py``
* Redirect ``stderr`` only during initialization

0.3.13 (2019-02-27):
* Examples ``asyncio_coroutines.py`` and ``asyncio_generators.py``

Expand Down
2 changes: 1 addition & 1 deletion sounddevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
https://python-sounddevice.readthedocs.io/
"""
__version__ = '0.3.13'
__version__ = '0.3.14'

import atexit as _atexit
import os as _os
Expand Down

0 comments on commit 4453004

Please sign in to comment.