From bd3f0dfe325a45506eea8d97d91949cc4e9dbb4f Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 17 Aug 2026 09:48:02 +0200 Subject: [PATCH] Release 0.5.6 --- NEWS.rst | 3 +++ src/sounddevice.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 6b9e482..f2e96be 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +0.5.6 (2026-08-17): + * Fix architecture detection on Windows ARM64 + 0.5.5 (2026-01-23): * Fix `bug from previous release`__ diff --git a/src/sounddevice.py b/src/sounddevice.py index a356aa1..a47e1e3 100644 --- a/src/sounddevice.py +++ b/src/sounddevice.py @@ -48,7 +48,7 @@ https://python-sounddevice.readthedocs.io/ """ -__version__ = '0.5.5' +__version__ = '0.5.6' import atexit as _atexit import contextlib as _contextlib