Skip to content

Commit 25894e3

Browse files
committed
Release 0.5.1
1 parent 6989362 commit 25894e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.5.1 (2024-10-12):
2+
* Windows wheel: bundle both non-ASIO and ASIO DLLs, the latter can be chosen
3+
by defining the ``SD_ENABLE_ASIO`` environment variable
4+
15
0.5.0 (2024-08-11):
26
* Remove ASIO support from bundled DLLs (DLLs with ASIO can be manually selected)
37

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.5.0'
51+
__version__ = '0.5.1'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)