Skip to content

Commit b836e60

Browse files
committed
Changelog & version numbers for 0.3.0
1 parent b3343c4 commit b836e60

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.2'
21-
release = '0.2.0'
20+
version = '0.3'
21+
release = '0.3.0'
2222

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

docs/index.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,19 @@ Internals
100100
Changelog
101101
---------
102102

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+
103110
v0.2.0
104111
''''''
105112

106113
- R128 gain tags are now stored in Q7.8 integer format, as per
107114
`the relevant standard`_.
108-
- Added an ``mb_workid`` flag.
115+
- Added an ``mb_workid`` field.
109116
- The Python source distribution now includes an ``__init__.py`` file that
110117
makes it easier to run the tests.
111118

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _read(filename):
8484

8585
setup(
8686
name='mediafile',
87-
version='0.2.0',
87+
version='0.3.0',
8888
description='low-level audio tag interface',
8989
author='Adrian Sampson',
9090
author_email='[email protected]',

0 commit comments

Comments
 (0)