From 8e9892330f8ac6b429a4859e9153686b7b346573 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 11 Apr 2022 12:01:24 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 11 ++++++++++- lingua_franca/version.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0998d85..ab07cfda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.4a2...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.4a3...HEAD) + +**Fixed bugs:** + +- extract datetime fails when only month supplied [\#13](https://github.com/OpenVoiceOS/ovos-lingua-franca/issues/13) +- fix MycroftAI/lingua-franca/issues/20 [\#10](https://github.com/OpenVoiceOS/ovos-lingua-franca/pull/10) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.4.4a3](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.4a3) (2022-04-11) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.4a2...V0.4.4a3) **Fixed bugs:** diff --git a/lingua_franca/version.py b/lingua_franca/version.py index afaae82e..afe115e2 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 = 3 +VERSION_ALPHA = 4 # END_VERSION_BLOCK