Skip to content

Commit b1677d3

Browse files
committed
release
1 parent fa5caa0 commit b1677d3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
.. _release-1.43.0:
211

312
1.43.0 - 2019-11-17

mutagen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from mutagen._file import FileType, StreamInfo, File
2424
from mutagen._tags import Tags, Metadata, PaddingInfo
2525

26-
version = (1, 43, 0)
26+
version = (1, 43, 1)
2727
"""Version tuple."""
2828

2929
version_string = ".".join(map(str, version))

0 commit comments

Comments
 (0)