We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c650f3 commit a6a4ebaCopy full SHA for a6a4eba
NEWS.rst
@@ -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
8
Version 0.1.1 -- 2020-06-19 -- PyPI__ -- diff__
9
* Add Python 3.8 support by adding entries to ``azure-pipelines.yml``
10
for ``cibuildwheel``
src/rtmixer.py
@@ -3,7 +3,7 @@
https://python-rtmixer.readthedocs.io/
"""
-__version__ = '0.1.1'
+__version__ = '0.1.2'
import sounddevice as _sd
from pa_ringbuffer import init as _init_ringbuffer
0 commit comments