Skip to content

Commit

Permalink
chg: dev: release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Feb 11, 2020
1 parent c2e5bca commit 1920663
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,15 @@ Release History

.. :changelog:
v0.9.2 (2020-02-10) : Into The Future
--------------------------------------

Fix
~~~
- Removed setting of PYTHONIOENCODING, it breaks MacOS.
Fixes #388


v0.9.1 (2020-02-09) : Dead and Gone
------------------------------------

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


__version__ = "0.9.1"
__release_name__ = "Dead and Gone"
__version__ = "0.9.2"
__release_name__ = "Into The Future"
__years__ = "2002-2020"

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

0 comments on commit 1920663

Please sign in to comment.