Skip to content

Commit

Permalink
Release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jun 4, 2022
1 parent 26b648a commit 46a8d93
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.4 -- 2022-06-04 -- PyPI__ -- docs__ -- diff__
* drop Python 3.6 support

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

Version 0.5.3 -- 2020-10-21 -- PyPI__ -- docs__ -- diff__
* use ``jack_port_rename()`` instead of deprecated ``jack_port_set_name()``

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.3'
__version__ = '0.5.4'

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

0 comments on commit 46a8d93

Please sign in to comment.