Skip to content

Commit 1a1a109

Browse files
committed
Release 0.4.2
1 parent 766a570 commit 1a1a109

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.2 (2016-11-05):
2+
* new examples: ``showtime.py``, ``midi_sine_numpy.py`` and ``play_file.py``
3+
* new option ``only_available`` for port callbacks
4+
15
Version 0.4.1 (2016-05-24):
26
* new property `jack.Client.transport_frame`, deprecating
37
`jack.Client.transport_locate()`

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.1'
26+
__version__ = '0.4.2'
2727

2828
from cffi import FFI as _FFI
2929
import errno as _errno

0 commit comments

Comments
 (0)