Skip to content

Commit bd3f0df

Browse files
committed
Release 0.5.6
1 parent 9e55e73 commit bd3f0df

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

NEWS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.5.6 (2026-08-17):
2+
* Fix architecture detection on Windows ARM64
3+
14
0.5.5 (2026-01-23):
25
* Fix `bug from previous release`__
36

src/sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
https://python-sounddevice.readthedocs.io/
4949
5050
"""
51-
__version__ = '0.5.5'
51+
__version__ = '0.5.6'
5252

5353
import atexit as _atexit
5454
import contextlib as _contextlib

0 commit comments

Comments
 (0)