Skip to content

Commit afe0a82

Browse files
committed
Release 0.4.0
1 parent 43fe7e0 commit afe0a82

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.4.0 (2020-07-18):
2+
* Drop support for Python 2.x
3+
* Fix memory issues in `play()`, `rec()` and `playrec()`
4+
* Example application ``play_stream.py``
5+
16
0.3.15 (2020-03-18):
27
* This will be the last release supporting Python 2.x!
38

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
https://python-sounddevice.readthedocs.io/
4949
5050
"""
51-
__version__ = '0.3.15'
51+
__version__ = '0.4.0'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)