File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ .. _release-1.44.0:
2
+
3
+ 1.44.0 - 2020-02-10
4
+ -------------------
5
+
6
+ * Python 2 is no longer supported :bug:`410`
7
+ * mp4: Fix some infinite loops in the mp4 parser :pr:`429` (:user:`Julien Voisin <jvoisin>`)
8
+ * flac: Fix pickle support for SeekPoint :pr:`428` (:user:`point-source`)
9
+ * aiff: Fix a division by zero :pr:`431` (:user:`Julien Voisin <jvoisin>`)
10
+ * asf: Catch a MemoryError :pr:`432` (:user:`Julien Voisin <jvoisin>`)
11
+ * oggtheora: Fix a division by zero :pr:`430` (:user:`Julien Voisin <jvoisin>`)
12
+
13
+
1
14
.. _release-1.43.0:
2
15
3
16
1.43.0 - 2019-11-17
Original file line number Diff line number Diff line change 23
23
from mutagen ._file import FileType , StreamInfo , File
24
24
from mutagen ._tags import Tags , Metadata , PaddingInfo
25
25
26
- version = (1 , 43 , 1 )
26
+ version = (1 , 44 , 0 )
27
27
"""Version tuple."""
28
28
29
29
version_string = "." .join (map (str , version ))
You can’t perform that action at this time.
0 commit comments