Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 13, 2014
1 parent 8ef73cc commit f5e64f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.25.1 - 2014.10.13
-------------------

* ID3: Fix parsing of some files with Python 3 :bug:`194`


1.25 - 2014.10.03
-----------------

Expand Down
2 changes: 1 addition & 1 deletion mutagen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from mutagen._file import FileType, StreamInfo, File
from mutagen._tags import Metadata

version = (1, 25, -1)
version = (1, 25, 1)
"""Version tuple."""

version_string = ".".join(map(str, version))
Expand Down

0 comments on commit f5e64f1

Please sign in to comment.