Skip to content

Commit

Permalink
Version bump: v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jul 3, 2023
1 parent 8a1b6af commit 11c1800
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.11'
release = '0.11.0'
version = '0.12'
release = '0.12.0'

pygments_style = 'sphinx'
htmlhelp_basename = 'mediafiledoc'
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ To copy tags from one MediaFile to another:
Changelog
---------
v0.11.1
v0.12.0
'''''''
- Add the multiple-valued properties ``artists_credit``, ``artists_sort``,
``albumartists_credit``, and ``albumartists_sort``.
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.11.0'
__version__ = '0.12.0'
__all__ = ['UnreadableFileError', 'FileTypeError', 'MediaFile']

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 11c1800

Please sign in to comment.