From cead203ee01533e385726cbe49c279dd6f2d4e82 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 11 Apr 2022 14:08:44 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 10 +++++++++- lingua_franca/version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab07cfda..e190a704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.4a3...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.4a4...HEAD) + +**Implemented enhancements:** + +- port/azerbeijan [\#4](https://github.com/OpenVoiceOS/ovos-lingua-franca/pull/4) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.4.4a4](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.4a4) (2022-04-11) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.4a3...V0.4.4a4) **Fixed bugs:** diff --git a/lingua_franca/version.py b/lingua_franca/version.py index afe115e2..f81c9c8c 100644 --- a/lingua_franca/version.py +++ b/lingua_franca/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 4 VERSION_BUILD = 4 -VERSION_ALPHA = 4 +VERSION_ALPHA = 5 # END_VERSION_BLOCK