Skip to content

Commit a4ed0f9

Browse files
committed
Release 0.5.0
1 parent 0933562 commit a4ed0f9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.5.0 (2019-07-18):
2+
* drop Python 2 support
3+
* support for metadata API, with the help of Christopher Arndt
4+
* support for slow-sync clients
5+
16
Version 0.4.6 (2019-02-09):
27
* ``midi_file_player.py`` example
38

src/jack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://jackclient-python.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.4.6'
26+
__version__ = '0.5.0'
2727

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

0 commit comments

Comments
 (0)