Skip to content

Commit

Permalink
Patch OCP Stable Release Compatibility (#166)
Browse files Browse the repository at this point in the history
# 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 NeonDaniel#2

---------

Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Feb 24, 2024
1 parent 7f0e6d0 commit 6f06cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6f06cd9

Please sign in to comment.