File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 17
17
copyright = '2016, the beets project'
18
18
author = 'the beets project'
19
19
20
- version = '0.2 '
21
- release = '0.2 .0'
20
+ version = '0.3 '
21
+ release = '0.3 .0'
22
22
23
23
pygments_style = 'sphinx'
24
24
htmlhelp_basename = 'mediafiledoc'
Original file line number Diff line number Diff line change @@ -100,12 +100,19 @@ Internals
100
100
Changelog
101
101
---------
102
102
103
+ v0.3.0
104
+ ''''''
105
+
106
+ - Fixed tests for compatibility with Mutagen 1.43.
107
+ - Fix the MPEG-4 tag mapping for the ``label `` field to use the right
108
+ capitalization.
109
+
103
110
v0.2.0
104
111
''''''
105
112
106
113
- R128 gain tags are now stored in Q7.8 integer format, as per
107
114
`the relevant standard `_.
108
- - Added an ``mb_workid `` flag .
115
+ - Added an ``mb_workid `` field .
109
116
- The Python source distribution now includes an ``__init__.py `` file that
110
117
makes it easier to run the tests.
111
118
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def _read(filename):
84
84
85
85
setup (
86
86
name = 'mediafile' ,
87
- version = '0.2 .0' ,
87
+ version = '0.3 .0' ,
88
88
description = 'low-level audio tag interface' ,
89
89
author = 'Adrian Sampson' ,
90
90
You can’t perform that action at this time.
0 commit comments