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).
@ -114,7 +114,7 @@ Changelog
**Fixes** **Fixes**
- Prevent excessive calls to the Mopidy server while buffering. (Fixes: `#237 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/237>`_). - Prevent excessive calls to the Mopidy server while buffering. (Fixes: `#237 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/237>`_).
- Only allow browsing tracks by album if a URI is available for that album. (Fixes: `#250 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/250>`_). - Only allow browsing tracks by album if a URI is available for that album. (Fixes: `#250 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/250>`_).
v2.4.0 (2017-03-15) v2.4.0 (2017-03-15)
------------------- -------------------

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):