Skip to content

Commit

Permalink
Changelog & version numbers for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Dec 6, 2019
1 parent b3343c4 commit b836e60
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
9 changes: 8 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit b836e60

Please sign in to comment.