Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Dec 27, 2019
1 parent 632694b commit bfc2361
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ Release History

.. :changelog:
v0.9b0 (2019-12-26)
------------------------

New
~~~
- `yamltag` plugin.
- Jsontag `size_bytes`

Changes
~~~~~~~
- Adjust replay gain correctly for lame >= 3.95.1 headers.
- Added -r/--recursive argument. eyeD3 is no longer recursive by default (#378)

Fix
~~~
- Make test-data.

v0.9a3 (2019-12-20)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions eyed3/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ def __parse_version(v): # pragma: nocover
return ver, rel, ver_info


__version__ = "0.9a3"
__version__ = "0.9b0"
__release_name__ = ""
__years__ = "2002-2019"
__years__ = "2002-2020"

_, __release__, __version_info__ = __parse_version(__version__)
__project_name__ = "eyeD3"
Expand Down
1 change: 1 addition & 0 deletions requirements/extra_yaml-plugin.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruamel.yaml

0 comments on commit bfc2361

Please sign in to comment.