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 f1a9f61 commit a093ad3Copy full SHA for a093ad3
NEWS.rst
@@ -1,3 +1,7 @@
1
+Version 0.4.1 (2016-05-24):
2
+ * new property `jack.Client.transport_frame`, deprecating
3
+ `jack.Client.transport_locate()`
4
+
5
Version 0.4.0 (2015-09-17):
6
* new argument to xrun callback (see `jack.Client.set_xrun_callback()`),
7
`jack.Client.xrun_delayed_usecs` was removed
jack.py
@@ -23,7 +23,7 @@
23
http://jackclient-python.rtfd.org/
24
25
"""
26
-__version__ = "0.4.0"
+__version__ = "0.4.1"
27
28
import errno as _errno
29
import platform as _platform
0 commit comments