Skip to content

Commit 26111e8

Browse files
committed
Release 0.1.1
1 parent 5580e21 commit 26111e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
0.1.1 (2017-09-04):
2+
* Add ``buffer`` parameter
3+
14
0.1.0 (2017-08-08):
25
Initial release

src/pa_ringbuffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
https://github.com/spatialaudio/python-pa-ringbuffer
44
55
"""
6-
__version__ = '0.1.0'
6+
__version__ = '0.1.1'
77

88

99
def cdef():

0 commit comments

Comments
 (0)