From e8b3743572a6efc15466396809beff95a58e5bcd Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 26 Oct 2023 18:25:09 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 10 +++++++++- ovos_audio/version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7374d..26fe370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-audio/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a25...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a26...HEAD) + +**Merged pull requests:** + +- Move plugins to extra dependencies and update documentation [\#38](https://github.com/OpenVoiceOS/ovos-audio/pull/38) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.2a26](https://github.com/OpenVoiceOS/ovos-audio/tree/V0.0.2a26) (2023-10-26) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a25...V0.0.2a26) **Merged pull requests:** diff --git a/ovos_audio/version.py b/ovos_audio/version.py index 5a7db42..3536782 100644 --- a/ovos_audio/version.py +++ b/ovos_audio/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 26 +VERSION_ALPHA = 27 # END_VERSION_BLOCK