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:
parent
ace7634804
commit
e7184cf0b3
@ -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.
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user