Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Feb 11, 2020
1 parent f1c2a9c commit 0151633
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.5.2 (2020-02-11):
* new module constants: ``jack.POSITION_*``
* new examples: ``timebase_master.py`` and ``transporter.py``,
thanks to Christopher Arndt
* new `jack.JackError` subclasses: `jack.JackErrorCode` and `jack.JackOpenError`,
thanks to Christopher Arndt

Version 0.5.1 (2019-11-07):
* `jack.Client.release_timebase()`, thanks to 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.1'
__version__ = '0.5.2'

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

0 comments on commit 0151633

Please sign in to comment.