Skip to content

Commit 0151633

Browse files
committed
Release 0.5.2
1 parent f1c2a9c commit 0151633

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.5.2 (2020-02-11):
2+
* new module constants: ``jack.POSITION_*``
3+
* new examples: ``timebase_master.py`` and ``transporter.py``,
4+
thanks to Christopher Arndt
5+
* new `jack.JackError` subclasses: `jack.JackErrorCode` and `jack.JackOpenError`,
6+
thanks to Christopher Arndt
7+
18
Version 0.5.1 (2019-11-07):
29
* `jack.Client.release_timebase()`, thanks to Christopher Arndt
310

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.5.1'
26+
__version__ = '0.5.2'
2727

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

0 commit comments

Comments
 (0)