We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5669ba4 commit c93d176Copy full SHA for c93d176
NEWS
@@ -1,4 +1,4 @@
1
-1.34 - 2016.??.??
+1.34 - 2016.07.20
2
-----------------
3
4
* ID3:
mutagen/__init__.py
@@ -24,7 +24,7 @@
24
from mutagen._file import FileType, StreamInfo, File
25
from mutagen._tags import Tags, Metadata, PaddingInfo
26
27
-version = (1, 34, -1)
+version = (1, 34)
28
"""Version tuple."""
29
30
version_string = ".".join(map(str, version))
0 commit comments