Release v2.0.0

This commit is contained in:
kingosticks 2015-03-26 00:12:52 +00:00
commit 195233e0c5
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ Project resources
Changelog
=========
v1.2 (25-3-2015)
v2.0 (26-3-2015)
----------------
- Pausing a stream will now actually stop it.
- Fix keyboard shortcuts in some browsers.

View File

@ -4,7 +4,7 @@ import os
from mopidy import config, ext
__version__ = '1.0.4'
__version__ = '2.0.0'
class MusicBoxExtension(ext.Extension):