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