Skip to content

Commit

Permalink
bumped version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnd committed Aug 6, 2016
1 parent 974e90c commit 79544ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ and possibly more.

Changelog:

* 0.16.0: MP4 cover image support
* 0.15.2: fixed crash for malformed MP4 files (#34)
* 0.15.0: fixed decoding of UTF-16LE ID3v2 Tags, improved overall stability
* 0.14.0: MP4/M4A and Opus support
2 changes: 1 addition & 1 deletion tinytag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys


__version__ = '0.15.2'
__version__ = '0.16.0'

if __name__ == '__main__':
print(TinyTag.get(sys.argv[1]))

0 comments on commit 79544ad

Please sign in to comment.