We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0933562 commit a4ed0f9Copy full SHA for a4ed0f9
NEWS.rst
@@ -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
+
6
Version 0.4.6 (2019-02-09):
7
* ``midi_file_player.py`` example
8
src/jack.py
@@ -23,7 +23,7 @@
23
http://jackclient-python.readthedocs.io/
24
25
"""
26
-__version__ = '0.4.6'
+__version__ = '0.5.0'
27
28
from ctypes.util import find_library as _find_library
29
import errno as _errno
0 commit comments