Skip to content

Commit cfea2b6

Browse files
committed
Release 0.5.0
1 parent a48b402 commit cfea2b6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.5.0 (2024-08-11):
2+
* Remove ASIO support from bundled DLLs (DLLs with ASIO can be manually selected)
3+
14
0.4.7 (2024-05-27):
25
* support ``paWinWasapiAutoConvert`` with ``auto_convert`` flag in `WasapiSettings`
36
* Avoid exception in `PortAudioError`\ ``.__str__()``

sounddevice.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
https://python-sounddevice.readthedocs.io/
4949
5050
"""
51-
__version__ = '0.4.7'
51+
__version__ = '0.5.0'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)