Skip to content

Commit 656147f

Browse files
committed
Release 0.4.1
1 parent f0c4d90 commit 656147f

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.1 (2020-09-26):
2+
* `CallbackFlags` attributes are now writable
3+
14
0.4.0 (2020-07-18):
25
* Drop support for Python 2.x
36
* Fix memory issues in `play()`, `rec()` and `playrec()`

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.0'
51+
__version__ = '0.4.1'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)