Skip to content

Commit f7aada7

Browse files
committed
Release 0.4.3
1 parent 1979fab commit f7aada7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.4.3 (2021-10-20):
2+
* Fix dimension check in `Stream.write()`
3+
* Provide "universal" (x86_64 and arm64) ``.dylib`` for macOS
4+
15
0.4.2 (2021-07-18):
26
* Update PortAudio binaries to version 19.7.0
37
* Wheel names are now shorter

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.2'
51+
__version__ = '0.4.3'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)