From 500f8e0bece69dfa9e920aa406a4fbeff106acd5 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 11 Apr 2022 11:56:45 +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 17d4c0ec..c0998d85 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.4a1...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.4a2...HEAD) + +**Fixed bugs:** + +- fix/default\_time [\#21](https://github.com/OpenVoiceOS/ovos-lingua-franca/pull/21) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.4.4a2](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.4a2) (2022-03-25) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.4a1...V0.4.4a2) **Merged pull requests:** diff --git a/lingua_franca/version.py b/lingua_franca/version.py index f9ace207..afaae82e 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 = 2 +VERSION_ALPHA = 3 # END_VERSION_BLOCK