Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 11, 2024
1 parent a48b402 commit cfea2b6
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.5.0 (2024-08-11):
* Remove ASIO support from bundled DLLs (DLLs with ASIO can be manually selected)

0.4.7 (2024-05-27):
* support ``paWinWasapiAutoConvert`` with ``auto_convert`` flag in `WasapiSettings`
* Avoid exception in `PortAudioError`\ ``.__str__()``
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.4.7'
__version__ = '0.5.0'

import atexit as _atexit
import os as _os
Expand Down

0 comments on commit cfea2b6

Please sign in to comment.