Update version and release date

This commit is contained in:
kingosticks 2015-03-26 00:11:41 +00:00
parent cfa6225e44
commit 464707c61f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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