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 a1de94f commit e5205b3Copy full SHA for e5205b3
NEWS.rst
@@ -1,3 +1,6 @@
1
+Version 0.4.3 (2017-12-30):
2
+ * switch to CFFI out-of-line ABI mode (to reduce import time)
3
+
4
Version 0.4.2 (2016-11-05):
5
* new examples: ``showtime.py``, ``midi_sine_numpy.py`` and ``play_file.py``
6
* new option ``only_available`` for port callbacks
src/jack.py
@@ -23,7 +23,7 @@
23
http://jackclient-python.rtfd.org/
24
25
"""
26
-__version__ = '0.4.2'
+__version__ = '0.4.3'
27
28
from ctypes.util import find_library as _find_library
29
import errno as _errno
0 commit comments