From ed52800fdc409d21420918eacab9f73e1ace28c8 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 9 Feb 2019 10:35:59 +0100 Subject: [PATCH] Release 0.4.6 --- LICENSE | 2 +- NEWS.rst | 3 +++ doc/conf.py | 2 +- src/jack.py | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index e8442a9..d26b64f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2016 Matthias Geier +Copyright (c) 2014-2019 Matthias Geier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/NEWS.rst b/NEWS.rst index 2328bf3..d55ffad 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +Version 0.4.6 (2019-02-09): + * ``midi_file_player.py`` example + Version 0.4.5 (2018-09-02): * Fix issue #54; other minor improvements diff --git a/doc/conf.py b/doc/conf.py index 1bdc1c7..5259137 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -69,7 +69,7 @@ # General information about the project. authors = 'Matthias Geier' project = 'JACK Audio Connection Kit (JACK) Client for Python' -copyright = '2016, ' + authors +copyright = '2019, ' + authors # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/src/jack.py b/src/jack.py index fcfbe45..2949f89 100644 --- a/src/jack.py +++ b/src/jack.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015 Matthias Geier +# Copyright (c) 2014-2019 Matthias Geier # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -23,7 +23,7 @@ http://jackclient-python.readthedocs.io/ """ -__version__ = '0.4.5' +__version__ = '0.4.6' from ctypes.util import find_library as _find_library import errno as _errno