Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5.5 (2026-01-23):
* Fix `bug from previous release`__

__ https://github.com/spatialaudio/python-sounddevice/issues/621

0.5.4 (2026-01-21):
* provide wheels for ARM64/Windows (WoA)

Expand Down
2 changes: 1 addition & 1 deletion src/sounddevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
https://python-sounddevice.readthedocs.io/
"""
__version__ = '0.5.4'
__version__ = '0.5.5'

import atexit as _atexit
import contextlib as _contextlib
Expand Down
Loading