Skip to content

Commit ed52800

Browse files
committed
Release 0.4.6
1 parent b0cf1b4 commit ed52800

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2016 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

NEWS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 0.4.6 (2019-02-09):
2+
* ``midi_file_player.py`` example
3+
14
Version 0.4.5 (2018-09-02):
25
* Fix issue #54; other minor improvements
36

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# General information about the project.
7070
authors = 'Matthias Geier'
7171
project = '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

src/jack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -23,7 +23,7 @@
2323
http://jackclient-python.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.4.5'
26+
__version__ = '0.4.6'
2727

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

0 commit comments

Comments
 (0)