Skip to content

Commit a093ad3

Browse files
committed
Release 0.4.1
1 parent f1a9f61 commit a093ad3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
Version 0.4.0 (2015-09-17):
26
* new argument to xrun callback (see `jack.Client.set_xrun_callback()`),
37
`jack.Client.xrun_delayed_usecs` was removed

jack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://jackclient-python.rtfd.org/
2424
2525
"""
26-
__version__ = "0.4.0"
26+
__version__ = "0.4.1"
2727

2828
import errno as _errno
2929
import platform as _platform

0 commit comments

Comments
 (0)