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 299bb79 commit d78345bCopy full SHA for d78345b
NEWS.rst
@@ -1,3 +1,6 @@
1
+0.1.2 (2017-10-21):
2
+ * No new features, just a bug fix
3
+
4
0.1.1 (2017-09-04):
5
* Add ``buffer`` parameter
6
src/pa_ringbuffer.py
@@ -3,7 +3,7 @@
https://github.com/spatialaudio/python-pa-ringbuffer
"""
-__version__ = '0.1.1'
+__version__ = '0.1.2'
7
8
9
def cdef():
0 commit comments