Skip to content

Commit

Permalink
Release 0.8.7 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Jun 12, 2018
1 parent 57a7dfa commit c54adc7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ Release History

.. :changelog:
v0.8.7 (2018-06-11) : Aeon
---------------------------

Fix
~~~
- Only use os.fwalk where supported.


v0.8.6 (2018-05-27) : Robot Man
------------------------
--------------------------------

New
~~~
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
certifi==2018.4.16 # via requests
chardet==3.0.4 # via requests
grako==3.99.9
idna==2.7 # via requests
idna==2.6 # via requests
pathlib==1.0.1
pillow==5.1.0
pylast==2.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/eyed3/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __parse_version(v): # pragma: nocover


__version__ = "0.8.7"
__release_name__ = ""
__release_name__ = "Aeon"
__years__ = "2002-2018"

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

0 comments on commit c54adc7

Please sign in to comment.