Bump version v2.5.0 and changelog

This commit is contained in:
Nick Steel 2018-05-22 00:04:42 +01:00
parent b9ace059cc
commit 1479de9bf7
2 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ Installation
Install by running:: Install by running::
pip install mopidy-musicbox-webclient sudo pip install mopidy-musicbox-webclient
Alternatively, clone the repository and run ``sudo python setup.py install`` from within the project directory. e.g. :: Alternatively, clone the repository and run ``sudo python setup.py install`` from within the project directory. e.g. ::
@ -105,7 +105,7 @@ Project resources
Changelog Changelog
========= =========
(UNRELEASED) v2.5.0 (2017-05-22)
------------ ------------
- Detect additional stream formats (rtmp, rtmps, rtsp). - Detect additional stream formats (rtmp, rtmps, rtsp).

View File

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