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 da26101 commit 055c490Copy full SHA for 055c490
docs/index.rst
@@ -135,6 +135,11 @@ To copy tags from one MediaFile to another:
135
Changelog
136
---------
137
138
+v0.8.1
139
+''''''
140
+
141
+- Fix a regression in v0.8.0 that caused a crash on Python versions below 3.8.
142
143
v0.8.0
144
''''''
145
mediafile.py
@@ -58,7 +58,7 @@
58
import traceback
59
60
61
-__version__ = '0.8.0'
+__version__ = '0.8.1'
62
__all__ = ['UnreadableFileError', 'FileTypeError', 'MediaFile']
63
64
log = logging.getLogger(__name__)
0 commit comments