From b836e60d8423dbf22d7ecf2466022592220e0da0 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 6 Dec 2019 15:00:16 -0500 Subject: [PATCH] Changelog & version numbers for 0.3.0 --- docs/conf.py | 4 ++-- docs/index.rst | 9 ++++++++- setup.py | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9468aa5..ad8521a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,8 +17,8 @@ copyright = '2016, the beets project' author = 'the beets project' -version = '0.2' -release = '0.2.0' +version = '0.3' +release = '0.3.0' pygments_style = 'sphinx' htmlhelp_basename = 'mediafiledoc' diff --git a/docs/index.rst b/docs/index.rst index feb86e1..2b1dcab 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -100,12 +100,19 @@ Internals Changelog --------- +v0.3.0 +'''''' + +- Fixed tests for compatibility with Mutagen 1.43. +- Fix the MPEG-4 tag mapping for the ``label`` field to use the right + capitalization. + v0.2.0 '''''' - R128 gain tags are now stored in Q7.8 integer format, as per `the relevant standard`_. -- Added an ``mb_workid`` flag. +- Added an ``mb_workid`` field. - The Python source distribution now includes an ``__init__.py`` file that makes it easier to run the tests. diff --git a/setup.py b/setup.py index 683f9bc..1ec4f9b 100755 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ def _read(filename): setup( name='mediafile', - version='0.2.0', + version='0.3.0', description='low-level audio tag interface', author='Adrian Sampson', author_email='adrian@radbox.org',