Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jul 18, 2019
1 parent 0933562 commit a4ed0f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.5.0 (2019-07-18):
* drop Python 2 support
* support for metadata API, with the help of Christopher Arndt
* support for slow-sync clients

Version 0.4.6 (2019-02-09):
* ``midi_file_player.py`` example

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.4.6'
__version__ = '0.5.0'

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

0 comments on commit a4ed0f9

Please sign in to comment.