Bump version to 2.0.0 because of GStreamer 1

Doing it right away instead of just before release for compat with
Mopidy-Spotify's develop branch.
This commit is contained in:
Stein Magnus Jodal 2016-02-06 01:23:14 +01:00
parent ace7634804
commit e7184cf0b3
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Changelog
This changelog is used to track all major changes to Mopidy.
v1.2.0 (UNRELEASED)
v2.0.0 (UNRELEASED)
===================
Feature release.

View File

@ -14,4 +14,4 @@ if not (2, 7) <= sys.version_info < (3,):
warnings.filterwarnings('ignore', 'could not open display')
__version__ = '1.1.2'
__version__ = '2.0.0'