diff --git a/CHANGELOG.md b/CHANGELOG.md index ce168fb..06c2bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,12 @@ # Changelog -## [0.2.3a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.2.3a1) (2024-09-17) +## [0.2.4a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.2.4a1) (2024-09-17) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/0.2.2a1...0.2.3a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/0.2.3...0.2.4a1) **Merged pull requests:** -- fix:extras [\#102](https://github.com/OpenVoiceOS/ovos-audio/pull/102) ([JarbasAl](https://github.com/JarbasAl)) - -## [0.2.2a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.2.2a1) (2024-09-12) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/0.2.1...0.2.2a1) - -**Merged pull requests:** - -- documentation:readme [\#99](https://github.com/OpenVoiceOS/ovos-audio/pull/99) ([JarbasAl](https://github.com/JarbasAl)) +- fix:extras\_from\_ocp [\#104](https://github.com/OpenVoiceOS/ovos-audio/pull/104) ([JarbasAl](https://github.com/JarbasAl)) diff --git a/ovos_audio/version.py b/ovos_audio/version.py index e39ffda..c1bb0da 100644 --- a/ovos_audio/version.py +++ b/ovos_audio/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +VERSION_ALPHA = 1 # END_VERSION_BLOCK diff --git a/requirements/extras.txt b/requirements/extras.txt index 6281597..fea0fe4 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -6,11 +6,4 @@ ovos_audio_plugin_simple>=0.1.0, <1.0.0 ovos-audio-plugin-mpv>=0.0.1, <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>=0.0.7, <1.0.0 - -# OCP plugins -ovos-ocp-youtube-plugin~=0.0, >=0.0.1 -ovos-ocp-m3u-plugin>=0.0.1,<1.0.0 -ovos-ocp-rss-plugin>=0.0.2,<1.0.0 -ovos-ocp-files-plugin~=0.13 -ovos-ocp-news-plugin>=0.0.3,<1.0.0 +ovos_plugin_common_play[extractors]>=0.0.7, <2.0.0