Skip to content

Commit

Permalink
Release 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Feb 9, 2019
1 parent b0cf1b4 commit ed52800
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/jack.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit ed52800

Please sign in to comment.