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

Commit

Permalink
Prepare for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Nov 2, 2016
1 parent 48bde38 commit c15a926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ Credits
Changelog
=========

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

- Require gmusicapi >= 10.0.
- Require gmusicapi >= 10.1.
- Make search work for gmusicapi >= 10.0. (Fixes: #116, PR: #117)
- Enable search for accounts without All Access. (PR: #117)
- Require cachetools. (PR: #119)
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.0rc1'
__version__ = '2.0.0'


class GMusicExtension(ext.Extension):
Expand Down

0 comments on commit c15a926

Please sign in to comment.