Skip to content

Commit 58ec56e

Browse files
committed
Release 0.1.3
1 parent c89e453 commit 58ec56e

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.3 (2018-06-02):
2+
* No new features, just a minor documentation update
3+
14
0.1.2 (2017-10-21):
25
* No new features, just a bug fix
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.2'
6+
__version__ = '0.1.3'
77

88

99
def cdef():

0 commit comments

Comments
 (0)