File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.5.3 -- 2020-10-21 -- PyPI __ -- docs __ -- diff __
2
+ * use ``jack_port_rename() `` instead of deprecated ``jack_port_set_name() ``
3
+
4
+ __ https://pypi.org/project/JACK-Client/0.5.3/
5
+ __ https://jackclient-python.readthedocs.io/en/0.5.3/
6
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.5.2...0.5.3
7
+
1
8
Version 0.5.2 -- 2020-02-11 -- PyPI __ -- docs __ -- diff __
2
9
* new module constants: ``jack.POSITION_* ``
3
10
* new examples: ``timebase_master.py `` and ``transporter.py ``,
Original file line number Diff line number Diff line change 23
23
http://jackclient-python.readthedocs.io/
24
24
25
25
"""
26
- __version__ = '0.5.2 '
26
+ __version__ = '0.5.3 '
27
27
28
28
from ctypes .util import find_library as _find_library
29
29
import errno as _errno
You can’t perform that action at this time.
0 commit comments