Skip to content

Commit

Permalink
Merge pull request #158 from OpenVoiceOS/release-1.1.8a1
Browse files Browse the repository at this point in the history
Release 1.1.8a1
  • Loading branch information
JarbasAl authored Nov 19, 2024
2 parents 4a6ea3b + 8a00679 commit fa76443
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Changelog

## [1.1.7a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.7a1) (2024-11-16)
## [1.1.8a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.8a1) (2024-11-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.1.6...1.1.7a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.1.7...1.1.8a1)

**Merged pull requests:**

- fix: featured media [\#155](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/155) ([JarbasAl](https://github.com/JarbasAl))
- fix:allow\_workshop\_300 [\#157](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/157) ([JarbasAl](https://github.com/JarbasAl))

## [V1.1.6](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.1.6) (2024-11-15)
## [V1.1.7](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.1.7) (2024-11-16)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.1.6...V1.1.6)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.1.7...V1.1.7)



Expand Down
2 changes: 1 addition & 1 deletion ovos_plugin_common_play/ocp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, bus=None, lang=None, settings=None, skill_id=OCP_ID,
# settings = settings or OCPSettings()
res_dir = join(dirname(__file__), "res")
super().__init__(skill_id=skill_id, resources_dir=res_dir,
bus=bus, lang=lang, gui=OCPMediaPlayerGUI(bus=bus))
bus=bus, gui=OCPMediaPlayerGUI(bus=bus))
if settings:
LOG.debug(f"Updating settings from value passed at init")
self.settings.merge(settings)
Expand Down
4 changes: 2 additions & 2 deletions ovos_plugin_common_play/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 1
VERSION_MINOR = 1
VERSION_BUILD = 7
VERSION_ALPHA = 0
VERSION_BUILD = 8
VERSION_ALPHA = 1
# END_VERSION_BLOCK
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ovos-plugin-manager>=0.0.26,<1.0.0
ovos_bus_client>=0.0.7,<2.0.0
ovos-utils>=0.1.0,<1.0.0
ovos-workshop>=2.4.2,<3.0.0
ovos-workshop>=2.4.2,<4.0.0
padacioso>=0.1.1,<2.0.0
dbus-next

0 comments on commit fa76443

Please sign in to comment.