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 ebf22af commit e043305Copy full SHA for e043305
NEWS.rst
@@ -1,3 +1,6 @@
1
+Version 0.5.1 (2019-11-07):
2
+ * `jack.Client.release_timebase()`, thanks to Christopher Arndt
3
+
4
Version 0.5.0 (2019-07-18):
5
* drop Python 2 support
6
* support for metadata API, with the help of Christopher Arndt
src/jack.py
@@ -23,7 +23,7 @@
23
http://jackclient-python.readthedocs.io/
24
25
"""
26
-__version__ = '0.5.0'
+__version__ = '0.5.1'
27
28
from ctypes.util import find_library as _find_library
29
import errno as _errno
0 commit comments