Bump version v2.5.0 and changelog
This commit is contained in:
parent
b9ace059cc
commit
1479de9bf7
@ -52,7 +52,7 @@ Installation
|
||||
|
||||
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. ::
|
||||
@ -105,7 +105,7 @@ Project resources
|
||||
Changelog
|
||||
=========
|
||||
|
||||
(UNRELEASED)
|
||||
v2.5.0 (2017-05-22)
|
||||
------------
|
||||
|
||||
- Detect additional stream formats (rtmp, rtmps, rtsp).
|
||||
@ -114,7 +114,7 @@ Changelog
|
||||
**Fixes**
|
||||
|
||||
- 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)
|
||||
-------------------
|
||||
|
||||
@ -4,7 +4,7 @@ import os
|
||||
|
||||
from mopidy import config, ext
|
||||
|
||||
__version__ = '2.4.0'
|
||||
__version__ = '2.5.0'
|
||||
|
||||
|
||||
class Extension(ext.Extension):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user