Skip to content

Commit a6a4eba

Browse files
committed
Release 1.1.2
1 parent 2c650f3 commit a6a4eba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.1.2 -- 2020-08-20 -- PyPI__ -- diff__
2+
* Add Python 3.8 support by adding entries to ``azure-pipelines.yml``
3+
for ``cibuildwheel``
4+
5+
__ https://pypi.org/project/rtmixer/0.1.2/
6+
__ https://github.com/spatialaudio/python-rtmixer/compare/0.1.1...0.1.2
7+
18
Version 0.1.1 -- 2020-06-19 -- PyPI__ -- diff__
29
* Add Python 3.8 support by adding entries to ``azure-pipelines.yml``
310
for ``cibuildwheel``

src/rtmixer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
https://python-rtmixer.readthedocs.io/
44
55
"""
6-
__version__ = '0.1.1'
6+
__version__ = '0.1.2'
77

88
import sounddevice as _sd
99
from pa_ringbuffer import init as _init_ringbuffer

0 commit comments

Comments
 (0)