From e37f6bc882427267bf09de7300357477a333e0b8 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 14 Feb 2023 17:28:02 +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 159686dc..d316a006 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.6a7...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.6...HEAD) + +**Implemented enhancements:** + +- feat/nice\_date utils [\#42](https://github.com/OpenVoiceOS/ovos-lingua-franca/pull/42) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.4.6](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.6) (2023-01-24) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.6a7...V0.4.6) **Merged pull requests:** diff --git a/lingua_franca/version.py b/lingua_franca/version.py index 187f79f3..0bee161b 100644 --- a/lingua_franca/version.py +++ b/lingua_franca/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 4 VERSION_BUILD = 7 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK