Skip to content

Commit

Permalink
Release prep. !wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Oct 22, 2017
1 parent c942f65 commit 9540cbc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Authors
-------

eyeD3 is written and maintained by:

* Travis Shirk <travis@pobox.com>
* nicfit <travis@pobox.com>

Expand Down Expand Up @@ -34,3 +34,4 @@ and has been contributed to by (ordered by date of first contribution):
* grun <grunseid@gmail.com>
* pyup.io bot <github-bot@pyup.io>
* pyup-bot <github-bot@pyup.io>
* Chris Newton <redshodan@gmail.com>
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Release History

.. :changelog:
v0.8.3 (2017-10-22) : So Alone
-------------------------------

Fix
~~~
- Reload and process after tag removals, fixes #102. (PR #103)
- Display incorrectly encoded strings (usually filenames)

Other
~~~~~
- Make the classic output span the actual width of the tty so you can
see the actual path with a long file name. (#92) <redshodan@gmail.com>


v0.8.2 (2017-09-23) : Standing At the Station
----------------------------------------------

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


__version__ = "0.8.2"
__release_name__ = "Standing At the Station"
__version__ = "0.8.3"
__release_name__ = "So Alone"
__years__ = "2002-2017"

_, __release__, __version_info__ = __parse_version(__version__)
Expand Down

0 comments on commit 9540cbc

Please sign in to comment.