| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | + Version 0.4.2 (2016-11-05): | ||
| 2 | + * new examples: ``showtime.py``, ``midi_sine_numpy.py`` and ``play_file.py`` | ||
| 3 | + * new option ``only_available`` for port callbacks | ||
| 4 | + | ||
| 1 | 5 | Version 0.4.1 (2016-05-24): | |
| 2 | 6 | * new property `jack.Client.transport_frame`, deprecating | |
| 3 | 7 | `jack.Client.transport_locate()` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | http://jackclient-python.rtfd.org/ | |
| 24 | 24 | ||
| 25 | 25 | """ | |
| 26 | - __version__ = '0.4.1' | ||
| 26 | + __version__ = '0.4.2' | ||
| 27 | 27 | ||
| 28 | 28 | from cffi import FFI as _FFI | |
| 29 | 29 | import errno as _errno | |
| Back | FazBrowse Home | New Git URL |
0 commit comments