From e5205b3d5db95879369e553f8a2e3efc01037312 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 30 Dec 2017 09:49:41 +0100 Subject: [PATCH] Release 0.4.3 --- NEWS.rst | 3 +++ src/jack.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index aa33ef2..a0df978 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +Version 0.4.3 (2017-12-30): + * switch to CFFI out-of-line ABI mode (to reduce import time) + Version 0.4.2 (2016-11-05): * new examples: ``showtime.py``, ``midi_sine_numpy.py`` and ``play_file.py`` * new option ``only_available`` for port callbacks diff --git a/src/jack.py b/src/jack.py index be0e8b8..29898c7 100644 --- a/src/jack.py +++ b/src/jack.py @@ -23,7 +23,7 @@ http://jackclient-python.rtfd.org/ """ -__version__ = '0.4.2' +__version__ = '0.4.3' from ctypes.util import find_library as _find_library import errno as _errno