We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b648a commit 46a8d93Copy full SHA for 46a8d93
NEWS.rst
@@ -1,3 +1,10 @@
1
+Version 0.5.4 -- 2022-06-04 -- PyPI__ -- docs__ -- diff__
2
+ * drop Python 3.6 support
3
+
4
+__ https://pypi.org/project/JACK-Client/0.5.4/
5
+__ https://jackclient-python.readthedocs.io/en/0.5.4/
6
+__ https://github.com/spatialaudio/jackclient-python/compare/0.5.3...0.5.4
7
8
Version 0.5.3 -- 2020-10-21 -- PyPI__ -- docs__ -- diff__
9
* use ``jack_port_rename()`` instead of deprecated ``jack_port_set_name()``
10
src/jack.py
@@ -23,7 +23,7 @@
23
http://jackclient-python.readthedocs.io/
24
25
"""
26
-__version__ = '0.5.3'
+__version__ = '0.5.4'
27
28
from ctypes.util import find_library as _find_library
29
import errno as _errno
0 commit comments