diff --git a/docs/changelog.rst b/docs/changelog.rst index 051856b9..53b98672 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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. diff --git a/mopidy/__init__.py b/mopidy/__init__.py index 59d0444e..4a6370e8 100644 --- a/mopidy/__init__.py +++ b/mopidy/__init__.py @@ -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'