We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73260ec commit 8846cdfCopy full SHA for 8846cdf
docs/conf.py
@@ -17,8 +17,8 @@
17
copyright = '2016, the beets project'
18
author = 'the beets project'
19
20
-version = '0.4'
21
-release = '0.4.0'
+version = '0.5'
+release = '0.5.0'
22
23
pygments_style = 'sphinx'
24
htmlhelp_basename = 'mediafiledoc'
docs/index.rst
@@ -100,6 +100,13 @@ Internals
100
Changelog
101
---------
102
103
+v0.5.0
104
+''''''
105
+
106
+- Refactored the distribution to use `Flit`_.
107
108
+.. _Flit: https://flit.readthedocs.io/
109
110
v0.4.0
111
''''''
112
mediafile.py
@@ -56,7 +56,7 @@
56
import six
57
58
59
-__version__ = '0.4.0'
+__version__ = '0.5.0'
60
__all__ = ['UnreadableFileError', 'FileTypeError', 'MediaFile']
61
62
log = logging.getLogger(__name__)
0 commit comments