Skip to content

Commit

Permalink
Changelog & version bump for #54
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Sep 28, 2021
1 parent da26101 commit 055c490
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ To copy tags from one MediaFile to another:
Changelog
---------
v0.8.1
''''''
- Fix a regression in v0.8.0 that caused a crash on Python versions below 3.8.
v0.8.0
''''''
Expand Down
2 changes: 1 addition & 1 deletion mediafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
import traceback


__version__ = '0.8.0'
__version__ = '0.8.1'
__all__ = ['UnreadableFileError', 'FileTypeError', 'MediaFile']

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 055c490

Please sign in to comment.