From 779a42a24f3c6afdf5599e71af4c5ae7b5b2175f Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sun, 19 Oct 2025 15:17:49 +0200 Subject: [PATCH] Release 0.5.3 --- NEWS.rst | 3 +++ sounddevice.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index b61c7e9..297bc84 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +0.5.3 (2025-10-19): + * add ``explicit_sample_format`` parameter to `WasapiSettings` + 0.5.2 (2025-05-16): * Better error if frames/channels are non-integers diff --git a/sounddevice.py b/sounddevice.py index c7a22b5..b486b00 100644 --- a/sounddevice.py +++ b/sounddevice.py @@ -48,7 +48,7 @@ https://python-sounddevice.readthedocs.io/ """ -__version__ = '0.5.2' +__version__ = '0.5.3' import atexit as _atexit import os as _os