Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Prepare 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Jun 27, 2018
1 parent bcc52f7 commit 1e9f053
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@ hesitate to ping belak in the #mopidy channel on the Freenode IRC network.
Changelog
=========

v3.0.0 (2018-06-27)
-------------------

- Add Top Tracks to Artists
- Work around broken track IDs returned by Google
- Require Device ID to be set in the config

v2.0.0 (2016-11-2)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_gmusic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from mopidy import config, ext


__version__ = '2.0.0'
__version__ = '3.0.0'


class GMusicExtension(ext.Extension):
Expand Down

0 comments on commit 1e9f053

Please sign in to comment.