We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e50d67 commit 3462e73Copy full SHA for 3462e73
NEWS.rst
@@ -1,3 +1,6 @@
1
+Version 0.4.5 (2018-09-02):
2
+ * Fix issue #54; other minor improvements
3
+
4
Version 0.4.4 (2018-02-19):
5
* `Port.set_alias()`, `Port.unset_alias()` and `Port.aliases`, thanks to
6
Jośe Fernando Moyano
src/jack.py
@@ -23,7 +23,7 @@
23
http://jackclient-python.readthedocs.io/
24
25
"""
26
-__version__ = '0.4.4'
+__version__ = '0.4.5'
27
28
from ctypes.util import find_library as _find_library
29
import errno as _errno
0 commit comments