From 6f06cd92a93e755c9f131c2200b0dd76eac5a95c Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:43:46 -0800 Subject: [PATCH] Patch OCP Stable Release Compatibility (#166) # Description Patch updating the ovos-plugin-common-play dependency to allow installation of 0.0.6 Part of planning a [stable NeonCore release](https://github.com/NeonGeckoCom/NeonCore/actions/runs/8023894831/job/21921307354?pr=618) that supports the latest ovos-workshop # Issues Port of #163 # Other Notes Following this PR, Merge `master` into `dev`, incrementing the version to `a1` Workflow validated https://github.com/NeonDaniel/neon_audio/pull/2 --------- Co-authored-by: Daniel McKnight --- requirements/requirements.txt | 3 +-- version.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index c80c46f..8213566 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -9,8 +9,7 @@ click-default-group~=1.2 ovos-bus-client~=0.0.3 # Default OCP backend + plugins -ovos-plugin-common-play==0.0.6a2 -# TODO: Pinned to latest compatible version with no alpha deps (a9 conflicts with ovos-core) +ovos-plugin-common-play~=0.0.6 ovos-ocp-m3u-plugin~=0.0.1 ovos-ocp-rss-plugin~=0.0.2 ovos-ocp-files-plugin~=0.13 diff --git a/version.py b/version.py index aedba2f..d0354fc 100644 --- a/version.py +++ b/version.py @@ -26,4 +26,4 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "1.5.0" +__version__ = "1.5.1"