Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 24, 2016
1 parent f1a9f61 commit a093ad3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion jack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a093ad3

Please sign in to comment.