Skip to content

Commit ca8a6c1

Browse files
committed
Release 0.4.4
1 parent e7cfa36 commit ca8a6c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.rst

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
Version 0.4.3 (2017-12-30):
26
* switch to CFFI out-of-line ABI mode (to reduce import time)
37

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.3'
26+
__version__ = '0.4.4'
2727

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

0 commit comments

Comments
 (0)