From 1e9f05321e3fcfab1c27c74d121a754bf8034a2f Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Wed, 27 Jun 2018 15:35:44 -0700 Subject: [PATCH] Prepare 3.0.0 release --- README.rst | 7 +++++++ mopidy_gmusic/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e0a2dd8..370df43 100644 --- a/README.rst +++ b/README.rst @@ -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) ------------------- diff --git a/mopidy_gmusic/__init__.py b/mopidy_gmusic/__init__.py index c4f6957..3e7a15c 100644 --- a/mopidy_gmusic/__init__.py +++ b/mopidy_gmusic/__init__.py @@ -5,7 +5,7 @@ from mopidy import config, ext -__version__ = '2.0.0' +__version__ = '3.0.0' class GMusicExtension(ext.Extension):