Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 11, 2020
1 parent fa5caa0 commit b1677d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
@@ -1,3 +1,12 @@
.. _release-1.43.1:

1.43.1 - 2020-07-11
-------------------

* Add pickle support for enum types :pr:`477`
* docs: fix various warnings with sphinx v3


.. _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, 0)
version = (1, 43, 1)
"""Version tuple."""

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

0 comments on commit b1677d3

Please sign in to comment.