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 5580e21 commit 26111e8Copy full SHA for 26111e8
NEWS.rst
@@ -1,2 +1,5 @@
1
+0.1.1 (2017-09-04):
2
+ * Add ``buffer`` parameter
3
+
4
0.1.0 (2017-08-08):
5
Initial release
src/pa_ringbuffer.py
@@ -3,7 +3,7 @@
https://github.com/spatialaudio/python-pa-ringbuffer
"""
6
-__version__ = '0.1.0'
+__version__ = '0.1.1'
7
8
9
def cdef():
0 commit comments