File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2014-2016 Matthias Geier
1+ Copyright (c) 2014-2019 Matthias Geier
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1+ Version 0.4.6 (2019-02-09):
2+ * ``midi_file_player.py `` example
3+
14Version 0.4.5 (2018-09-02):
25 * Fix issue #54; other minor improvements
36
Original file line number Diff line number Diff line change 6969# General information about the project.
7070authors = 'Matthias Geier'
7171project = 'JACK Audio Connection Kit (JACK) Client for Python'
72- copyright = '2016 , ' + authors
72+ copyright = '2019 , ' + authors
7373
7474# The version info for the project you're documenting, acts as replacement for
7575# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 1- # Copyright (c) 2014-2015 Matthias Geier
1+ # Copyright (c) 2014-2019 Matthias Geier
22#
33# Permission is hereby granted, free of charge, to any person obtaining a copy
44# of this software and associated documentation files (the "Software"), to deal
2323http://jackclient-python.readthedocs.io/
2424
2525"""
26- __version__ = '0.4.5 '
26+ __version__ = '0.4.6 '
2727
2828from ctypes .util import find_library as _find_library
2929import errno as _errno
You can’t perform that action at this time.
0 commit comments