Skip to content

Commit

Permalink
Bumped version to 1.1.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
olemb committed Sep 27, 2016
1 parent 8d7c2c5 commit 930fbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes
Release History
---------------

1.1.16 ()
1.1.16 (2016-09-27)
-------------------

* bugfix: ``MidiTrack`` crashed instead of returning a message on
Expand Down
2 changes: 1 addition & 1 deletion mido/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
__email__ = 'ombdalen@gmail.com'
__url__ = 'https://mido.readthedocs.io/'
__license__ = 'MIT'
__version__ = '1.1.15'
__version__ = '1.1.16'

# Prevent splat import.
__all__ = []
Expand Down

0 comments on commit 930fbf7

Please sign in to comment.