Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 10, 2020
1 parent d765e5c commit ef5be08
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
@@ -1,3 +1,16 @@
.. _release-1.44.0:

1.44.0 - 2020-02-10
-------------------

* Python 2 is no longer supported :bug:`410`
* mp4: Fix some infinite loops in the mp4 parser :pr:`429` (:user:`Julien Voisin <jvoisin>`)
* flac: Fix pickle support for SeekPoint :pr:`428` (:user:`point-source`)
* aiff: Fix a division by zero :pr:`431` (:user:`Julien Voisin <jvoisin>`)
* asf: Catch a MemoryError :pr:`432` (:user:`Julien Voisin <jvoisin>`)
* oggtheora: Fix a division by zero :pr:`430` (:user:`Julien Voisin <jvoisin>`)


.. _release-1.43.0:

1.43.0 - 2019-11-17
Expand Down
2 changes: 1 addition & 1 deletion mutagen/__init__.py
Expand Up @@ -23,7 +23,7 @@
from mutagen._file import FileType, StreamInfo, File
from mutagen._tags import Tags, Metadata, PaddingInfo

version = (1, 43, 1)
version = (1, 44, 0)
"""Version tuple."""

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

0 comments on commit ef5be08

Please sign in to comment.