From 25894e326fce2dd8b5172624b621c32a3550c5b4 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 12 Oct 2024 11:34:32 +0200 Subject: [PATCH] Release 0.5.1 --- NEWS.rst | 4 ++++ sounddevice.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 1d014df..d1268f7 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +0.5.1 (2024-10-12): + * Windows wheel: bundle both non-ASIO and ASIO DLLs, the latter can be chosen + by defining the ``SD_ENABLE_ASIO`` environment variable + 0.5.0 (2024-08-11): * Remove ASIO support from bundled DLLs (DLLs with ASIO can be manually selected) diff --git a/sounddevice.py b/sounddevice.py index 871cefe..2d0114d 100644 --- a/sounddevice.py +++ b/sounddevice.py @@ -48,7 +48,7 @@ https://python-sounddevice.readthedocs.io/ """ -__version__ = '0.5.0' +__version__ = '0.5.1' import atexit as _atexit import os as _os