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 fa5caa0 commit b1677d3Copy full SHA for b1677d3
NEWS
@@ -1,3 +1,12 @@
1
+.. _release-1.43.1:
2
+
3
+1.43.1 - 2020-07-11
4
+-------------------
5
6
+* Add pickle support for enum types :pr:`477`
7
+* docs: fix various warnings with sphinx v3
8
9
10
.. _release-1.43.0:
11
12
1.43.0 - 2019-11-17
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, 43, 0)
+version = (1, 43, 1)
27
"""Version tuple."""
28
29
version_string = ".".join(map(str, version))
0 commit comments