From e3f8da1fc32a4cf6c9c61cb9b3319f29fcb309cc Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 16 Apr 2022 04:00:08 +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 0e0060b6..0dcc5007 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.5a1...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.5a2...HEAD) + +**Implemented enhancements:** + +- port/basque [\#3](https://github.com/OpenVoiceOS/ovos-lingua-franca/pull/3) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.4.5a2](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.5a2) (2022-04-16) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.5a1...V0.4.5a2) **Implemented enhancements:** diff --git a/lingua_franca/version.py b/lingua_franca/version.py index 009836d7..3cbb77e0 100644 --- a/lingua_franca/version.py +++ b/lingua_franca/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 4 VERSION_BUILD = 5 -VERSION_ALPHA = 2 +VERSION_ALPHA = 3 # END_VERSION_BLOCK