Skip to content

Commit e043305

Browse files
committed
Release 0.5.1
1 parent ebf22af commit e043305

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+
Version 0.5.1 (2019-11-07):
2+
* `jack.Client.release_timebase()`, thanks to Christopher Arndt
3+
14
Version 0.5.0 (2019-07-18):
25
* drop Python 2 support
36
* support for metadata API, with the help of Christopher Arndt

src/jack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://jackclient-python.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.5.0'
26+
__version__ = '0.5.1'
2727

2828
from ctypes.util import find_library as _find_library
2929
import errno as _errno

0 commit comments

Comments
 (0)