From 1479de9bf7a53b56aef2c81ba53a7b0a291cecdc Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Tue, 22 May 2018 00:04:42 +0100 Subject: [PATCH] Bump version v2.5.0 and changelog --- README.rst | 6 +++--- mopidy_musicbox_webclient/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index fadb6ff..55459c5 100644 --- a/README.rst +++ b/README.rst @@ -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 `_). -- Only allow browsing tracks by album if a URI is available for that album. (Fixes: `#250 `_). +- Only allow browsing tracks by album if a URI is available for that album. (Fixes: `#250 `_). v2.4.0 (2017-03-15) ------------------- diff --git a/mopidy_musicbox_webclient/__init__.py b/mopidy_musicbox_webclient/__init__.py index 36a3c5b..0931053 100644 --- a/mopidy_musicbox_webclient/__init__.py +++ b/mopidy_musicbox_webclient/__init__.py @@ -4,7 +4,7 @@ import os from mopidy import config, ext -__version__ = '2.4.0' +__version__ = '2.5.0' class Extension(ext.Extension):