Skip to content

Commit

Permalink
Version bump: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Nov 22, 2021
1 parent 7509a4b commit 989a548
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
copyright = '2016, the beets project'
author = 'the beets project'

version = '0.5'
release = '0.5.0'
version = '0.9'
release = '0.9.0'

pygments_style = 'sphinx'
htmlhelp_basename = 'mediafiledoc'
Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,11 @@ To copy tags from one MediaFile to another:
Changelog
---------
v0.8.2
v0.9.0
''''''
- Add the properties ``bitrate_mode``, ``encoder_info`` and ``encoder_settings``.
- Add the properties ``bitrate_mode``, ``encoder_info`` and
``encoder_settings``.
v0.8.1
''''''
Expand Down
2 changes: 1 addition & 1 deletion mediafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
import traceback


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

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 989a548

Please sign in to comment.