Bump version v2.5.0 and changelog
This commit is contained in:
parent
b9ace059cc
commit
1479de9bf7
@ -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).
|
||||||
|
|||||||
@ -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):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user