Skip to content

Commit 3462e73

Browse files
committed
Release 0.4.5
1 parent 0e50d67 commit 3462e73

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 0.4.5 (2018-09-02):
2+
* Fix issue #54; other minor improvements
3+
14
Version 0.4.4 (2018-02-19):
25
* `Port.set_alias()`, `Port.unset_alias()` and `Port.aliases`, thanks to
36
Jośe Fernando Moyano

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.4'
26+
__version__ = '0.4.5'
2727

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

0 commit comments

Comments
 (0)