Skip to content

Commit

Permalink
Release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 1, 2024
1 parent 055fc96 commit 2417994
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.5.5 -- 2024-11-01 -- PyPI__ -- docs__ -- diff__
* Set explicit ``.dylib`` path for macOS/arm64

__ https://pypi.org/project/JACK-Client/0.5.5/
__ https://jackclient-python.readthedocs.io/en/0.5.5/
__ https://github.com/spatialaudio/jackclient-python/compare/0.5.4...0.5.5

Version 0.5.4 -- 2022-06-04 -- PyPI__ -- docs__ -- diff__
* drop Python 3.6 support

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.readthedocs.io/
"""
__version__ = '0.5.4'
__version__ = '0.5.5'

from ctypes.util import find_library as _find_library
import errno as _errno
Expand Down

0 comments on commit 2417994

Please sign in to comment.