Skip to content

Commit 055c490

Browse files
committed
Changelog & version bump for #54
1 parent da26101 commit 055c490

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ To copy tags from one MediaFile to another:
135135
Changelog
136136
---------
137137
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+
138143
v0.8.0
139144
''''''
140145

mediafile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
import traceback
5959

6060

61-
__version__ = '0.8.0'
61+
__version__ = '0.8.1'
6262
__all__ = ['UnreadableFileError', 'FileTypeError', 'MediaFile']
6363

6464
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)