diff --git a/CHANGELOG.md b/CHANGELOG.md index 511de52..99f1305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.3.0a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.3.0a1) (2024-10-23) +## [0.3.1a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.3.1a1) (2024-11-05) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/0.2.5...0.3.0a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/0.3.0...0.3.1a1) **Merged pull requests:** -- feat:g2p [\#109](https://github.com/OpenVoiceOS/ovos-audio/pull/109) ([JarbasAl](https://github.com/JarbasAl)) +- fix: allow latest bus client version [\#111](https://github.com/OpenVoiceOS/ovos-audio/pull/111) ([JarbasAl](https://github.com/JarbasAl)) diff --git a/ovos_audio/version.py b/ovos_audio/version.py index 304eca8..64ff7f1 100644 --- a/ovos_audio/version.py +++ b/ovos_audio/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 3 -VERSION_BUILD = 0 -VERSION_ALPHA = 0 +VERSION_BUILD = 1 +VERSION_ALPHA = 1 # END_VERSION_BLOCK diff --git a/requirements/extras.txt b/requirements/extras.txt index fea0fe4..ca9dabc 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -3,7 +3,7 @@ ovos-tts-plugin-server>=0.0.2, <1.0.0 # Media Playback plugins ovos_audio_plugin_simple>=0.1.0, <1.0.0 -ovos-audio-plugin-mpv>=0.0.1, <1.0.0 +ovos-audio-plugin-mpv>=0.2.0, <1.0.0 ovos-media-plugin-spotify>=0.2.3, <1.0.0 ovos-media-plugin-chromecast>=0.1.0, <1.0.0 -ovos_plugin_common_play[extractors]>=0.0.7, <2.0.0 +ovos_plugin_common_play[extractors]>=1.1.4, <2.0.0 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 6f6daf1..841e8e7 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ ovos-utils>=0.0.38,<1.0.0 -ovos_bus_client>=0.0.8,<1.0.0 +ovos_bus_client>=0.0.8,<2.0.0 ovos-config>=0.0.12,<1.0.0 ovos-plugin-manager>=0.0.26,<1.0.0 \ No newline at end of file