Skip to content

Commit a726cca

Browse files
committed
Release 0.5.7
1 parent cb8bc85 commit a726cca

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

‎NEWS.rst‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.5.7 -- 2026-09-23 -- PyPI__ -- docs__ -- diff__
2+
* Restore optional NumPy dependency
3+
4+
__ https://pypi.org/project/JACK-Client/0.5.7/
5+
__ https://jackclient-python.readthedocs.io/en/0.5.7/
6+
__ https://github.com/spatialaudio/jackclient-python/compare/0.5.6...0.5.7
7+
18
Version 0.5.6 -- 2026-09-22 -- PyPI__ -- docs__ -- diff__
29
* add `jack.UnknownPort` type and `jack.Port.type` propery
310

‎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.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.5.6'
26+
__version__ = '0.5.7'
2727

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

0 commit comments

Comments
 (0)