diff --git a/docs/conf.py b/docs/conf.py index 62b92ca..9468aa5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,8 +17,8 @@ copyright = '2016, the beets project' author = 'the beets project' -version = '0.1' -release = '0.1.0' +version = '0.2' +release = '0.2.0' pygments_style = 'sphinx' htmlhelp_basename = 'mediafiledoc' diff --git a/docs/index.rst b/docs/index.rst index 19f08c8..feb86e1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -100,8 +100,8 @@ Internals Changelog --------- -Unreleased -'''''''''' +v0.2.0 +'''''' - R128 gain tags are now stored in Q7.8 integer format, as per `the relevant standard`_. diff --git a/setup.py b/setup.py index 26e6ee3..7fac67e 100755 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ def _read(filename): setup( name='mediafile', - version='0.1.0', + version='0.2.0', description='low-level audio tag interface', author='Adrian Sampson', author_email='adrian@radbox.org',