From 9766e71c7f31d529894cb8a269c4375d0cb13117 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sun, 21 Jan 2024 23:07:09 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 12 ++++++++++++ ovos_tts_plugin_piper/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b69436c..248afce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [Unreleased](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/tree/HEAD) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/compare/V0.0.1...HEAD) + +**Merged pull requests:** + +- feat: upgrade to piper-tts 1.2.0 and remove support for Python \< 3.9 [\#22](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/pull/22) ([dblencowe](https://github.com/dblencowe)) + +## [V0.0.1](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/tree/V0.0.1) (2024-01-21) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/compare/V0.0.1a11...V0.0.1) + ## [V0.0.1a11](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/tree/V0.0.1a11) (2024-01-21) [Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/compare/V0.0.1a10...V0.0.1a11) diff --git a/ovos_tts_plugin_piper/version.py b/ovos_tts_plugin_piper/version.py index 6df8531..573f54d 100644 --- a/ovos_tts_plugin_piper/version.py +++ b/ovos_tts_plugin_piper/version.py @@ -4,5 +4,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK