Skip to content

Commit

Permalink
Version bump: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Mar 30, 2020
1 parent 73260ec commit 8846cdf
Show file tree
Hide file tree
Showing 3 changed files with 10 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.4'
release = '0.4.0'
version = '0.5'
release = '0.5.0'

pygments_style = 'sphinx'
htmlhelp_basename = 'mediafiledoc'
Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ Internals
Changelog
---------

v0.5.0
''''''

- Refactored the distribution to use `Flit`_.

.. _Flit: https://flit.readthedocs.io/

v0.4.0
''''''

Expand Down
2 changes: 1 addition & 1 deletion mediafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
import six


__version__ = '0.4.0'
__version__ = '0.5.0'
__all__ = ['UnreadableFileError', 'FileTypeError', 'MediaFile']

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 8846cdf

Please sign in to comment.