Skip to content

Commit

Permalink
bumped version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnd committed Mar 9, 2020
1 parent 494dbe2 commit 2e4431b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -65,13 +65,16 @@ Additionally you can also get cover images from ID3 tags:

supported python versions:

* 2.6+
* 3.2+
* 2.7+
* 3.4+
* pypy

and possibly more.

Changelog:
* 1.3.0 (2020-03-09):
- added option to ignore encoding errors `ignore_errors` #73
- Improved text decoding for many malformed files
* 1.2.2 (2019-04-13):
- Improved stability when reading corrupted mp3 files
* 1.2.1 (2019-04-13):
Expand Down
2 changes: 1 addition & 1 deletion tinytag/__init__.py
Expand Up @@ -4,7 +4,7 @@
import sys


__version__ = '1.2.2'
__version__ = '1.3.0'

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

0 comments on commit 2e4431b

Please sign in to comment.