Skip to content

Commit 8846cdf

Browse files
committed
Version bump: v0.5.0
1 parent 73260ec commit 8846cdf

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
copyright = '2016, the beets project'
1818
author = 'the beets project'
1919

20-
version = '0.4'
21-
release = '0.4.0'
20+
version = '0.5'
21+
release = '0.5.0'
2222

2323
pygments_style = 'sphinx'
2424
htmlhelp_basename = 'mediafiledoc'

docs/index.rst

+7
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ Internals
100100
Changelog
101101
---------
102102

103+
v0.5.0
104+
''''''
105+
106+
- Refactored the distribution to use `Flit`_.
107+
108+
.. _Flit: https://flit.readthedocs.io/
109+
103110
v0.4.0
104111
''''''
105112

mediafile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
import six
5757

5858

59-
__version__ = '0.4.0'
59+
__version__ = '0.5.0'
6060
__all__ = ['UnreadableFileError', 'FileTypeError', 'MediaFile']
6161

6262
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)