Skip to content

Commit

Permalink
Version bump; changelog for #71
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Sep 8, 2023
1 parent bcafbe8 commit ea0558f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.12'
release = '0.12.0'
version = '0.13'
release = '0.13.0'

pygments_style = 'sphinx'
htmlhelp_basename = 'mediafiledoc'
Expand Down
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ To copy tags from one MediaFile to another:
Changelog
---------
v0.13.0
'''''''
- Add a mapping compatible with Plex and ffmpeg for the "original date"
fields.
v0.12.0
'''''''
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.12.0'
__version__ = '0.13.0'
__all__ = ['UnreadableFileError', 'FileTypeError', 'MediaFile']

log = logging.getLogger(__name__)
Expand Down

0 comments on commit ea0558f

Please sign in to comment.