Skip to content

Commit d78345b

Browse files
committed
Release 0.1.2
1 parent 299bb79 commit d78345b

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,3 +1,6 @@
1+
0.1.2 (2017-10-21):
2+
* No new features, just a bug fix
3+
14
0.1.1 (2017-09-04):
25
* Add ``buffer`` parameter
36

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.1'
6+
__version__ = '0.1.2'
77

88

99
def cdef():

0 commit comments

Comments
 (0)