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 766a570 commit 1a1a109Copy full SHA for 1a1a109
NEWS.rst
@@ -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
+
5
Version 0.4.1 (2016-05-24):
6
* new property `jack.Client.transport_frame`, deprecating
7
`jack.Client.transport_locate()`
jack.py
@@ -23,7 +23,7 @@
23
http://jackclient-python.rtfd.org/
24
25
"""
26
-__version__ = '0.4.1'
+__version__ = '0.4.2'
27
28
from cffi import FFI as _FFI
29
import errno as _errno
0 commit comments