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 932eee9 commit 090d055Copy full SHA for 090d055
NEWS
@@ -1,6 +1,12 @@
1
-1.41.0 - 2018-??-??
+1.41.0 - 2018-07-15
2
-------------------
3
4
+* Documentation fixes :pr:`342` (:user:`Jakub Wilk <jwilk>`)
5
+* mid3v2: Add support for WXXX frames :bug:`344` :bug:`348`
6
+* Fix decoding of track_peak from MP3 Info Tag :pr:`345`
7
+ (:user:`Anton Yuzhaninov <citrin>`)
8
+* MonkeysAudio: set bits_per_sample for older files :bug:`347`
9
+
10
11
1.40.0 - 2018-01-25
12
mutagen/__init__.py
@@ -23,7 +23,7 @@
23
from mutagen._file import FileType, StreamInfo, File
24
from mutagen._tags import Tags, Metadata, PaddingInfo
25
26
-version = (1, 40, 1)
+version = (1, 41, 0)
27
"""Version tuple."""
28
29
version_string = ".".join(map(str, version))
0 commit comments