Skip to content

Commit

Permalink
Release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Feb 19, 2018
1 parent e7cfa36 commit ca8a6c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.4.4 (2018-02-19):
* `Port.set_alias()`, `Port.unset_alias()` and `Port.aliases`, thanks to
Jośe Fernando Moyano

Version 0.4.3 (2017-12-30):
* switch to CFFI out-of-line ABI mode (to reduce import time)

Expand Down
2 changes: 1 addition & 1 deletion src/jack.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
http://jackclient-python.readthedocs.io/
"""
__version__ = '0.4.3'
__version__ = '0.4.4'

from ctypes.util import find_library as _find_library
import errno as _errno
Expand Down

0 comments on commit ca8a6c1

Please sign in to comment.