Skip to content

Commit e5205b3

Browse files
committed
Release 0.4.3
1 parent a1de94f commit e5205b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
Version 0.4.2 (2016-11-05):
25
* new examples: ``showtime.py``, ``midi_sine_numpy.py`` and ``play_file.py``
36
* new option ``only_available`` for port callbacks

src/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.2'
26+
__version__ = '0.4.3'
2727

2828
from ctypes.util import find_library as _find_library
2929
import errno as _errno

0 commit comments

Comments
 (0)