Skip to content

Commit a56cdb9

Browse files
committed
Release 0.4.4
1 parent a6248d5 commit a56cdb9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.4.4 (2021-12-31):
2+
* Exact device string matches can now include the host API name
3+
14
0.4.3 (2021-10-20):
25
* Fix dimension check in `Stream.write()`
36
* Provide "universal" (x86_64 and arm64) ``.dylib`` for macOS

sounddevice.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
https://python-sounddevice.readthedocs.io/
4949
5050
"""
51-
__version__ = '0.4.3'
51+
__version__ = '0.4.4'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)