We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cfa36 commit ca8a6c1Copy full SHA for ca8a6c1
NEWS.rst
@@ -1,3 +1,7 @@
1
+Version 0.4.4 (2018-02-19):
2
+ * `Port.set_alias()`, `Port.unset_alias()` and `Port.aliases`, thanks to
3
+ Jośe Fernando Moyano
4
+
5
Version 0.4.3 (2017-12-30):
6
* switch to CFFI out-of-line ABI mode (to reduce import time)
7
src/jack.py
@@ -23,7 +23,7 @@
23
http://jackclient-python.readthedocs.io/
24
25
"""
26
-__version__ = '0.4.3'
+__version__ = '0.4.4'
27
28
from ctypes.util import find_library as _find_library
29
import errno as _errno
0 commit comments