Skip to content

Commit 2417994

Browse files
committed
Release 0.5.5
1 parent 055fc96 commit 2417994

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.5.5 -- 2024-11-01 -- PyPI__ -- docs__ -- diff__
2+
* Set explicit ``.dylib`` path for macOS/arm64
3+
4+
__ https://pypi.org/project/JACK-Client/0.5.5/
5+
__ https://jackclient-python.readthedocs.io/en/0.5.5/
6+
__ https://github.com/spatialaudio/jackclient-python/compare/0.5.4...0.5.5
7+
18
Version 0.5.4 -- 2022-06-04 -- PyPI__ -- docs__ -- diff__
29
* drop Python 3.6 support
310

src/jack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://jackclient-python.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.5.4'
26+
__version__ = '0.5.5'
2727

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

0 commit comments

Comments
 (0)