Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 7, 2019
1 parent ebf22af commit e043305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.5.1 (2019-11-07):
* `jack.Client.release_timebase()`, thanks to Christopher Arndt

Version 0.5.0 (2019-07-18):
* drop Python 2 support
* support for metadata API, with the help of Christopher Arndt
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.5.0'
__version__ = '0.5.1'

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

0 comments on commit e043305

Please sign in to comment.