From 4a10234f7863d5b2c154fc4285c2387c9c1b04b3 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 24 Apr 2023 08:29:02 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 4 ++-- ovos_tts_plugin_mimic/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d89c1c..400529f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [V0.2.6](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/tree/V0.2.6) (2023-04-24) +## [Unreleased](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/compare/c26bbdcb6ac134e2b60de7870716f6130ee01389...V0.2.6) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/compare/c26bbdcb6ac134e2b60de7870716f6130ee01389...HEAD) **Implemented enhancements:** diff --git a/ovos_tts_plugin_mimic/version.py b/ovos_tts_plugin_mimic/version.py index 5b33184..19d9765 100644 --- a/ovos_tts_plugin_mimic/version.py +++ b/ovos_tts_plugin_mimic/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 VERSION_BUILD = 8 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK