Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 30, 2017
1 parent a1de94f commit e5205b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/jack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5205b3

Please sign in to comment.