diff --git a/NEWS.rst b/NEWS.rst index 20e9d75..cd0050c 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +Version 0.4.1 (2016-05-24): + * new property `jack.Client.transport_frame`, deprecating + `jack.Client.transport_locate()` + Version 0.4.0 (2015-09-17): * new argument to xrun callback (see `jack.Client.set_xrun_callback()`), `jack.Client.xrun_delayed_usecs` was removed diff --git a/jack.py b/jack.py index 2514b28..b57590e 100644 --- a/jack.py +++ b/jack.py @@ -23,7 +23,7 @@ http://jackclient-python.rtfd.org/ """ -__version__ = "0.4.0" +__version__ = "0.4.1" import errno as _errno import platform as _platform