We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c2a9c commit 0151633Copy full SHA for 0151633
NEWS.rst
@@ -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
7
+
8
Version 0.5.1 (2019-11-07):
9
* `jack.Client.release_timebase()`, thanks to Christopher Arndt
10
src/jack.py
@@ -23,7 +23,7 @@
23
http://jackclient-python.readthedocs.io/
24
25
"""
26
-__version__ = '0.5.1'
+__version__ = '0.5.2'
27
28
from ctypes.util import find_library as _find_library
29
import errno as _errno
0 commit comments