1 parent 9e55e73 commit bd3f0dfCopy full SHA for bd3f0df
2 files changed
NEWS.rst
@@ -1,3 +1,6 @@
1
+0.5.6 (2026-08-17):
2
+ * Fix architecture detection on Windows ARM64
3
+
4
0.5.5 (2026-01-23):
5
* Fix `bug from previous release`__
6
src/sounddevice.py
@@ -48,7 +48,7 @@
48
https://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.5.5'
+__version__ = '0.5.6'
52
53
import atexit as _atexit
54
import contextlib as _contextlib
0 commit comments