From 574e0af197c5b9bc7ff1cbb5d4bb8a031dca4329 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 5 Jun 2023 21:07:53 +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 103d1037..6b785a21 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.8a1...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.8a2...HEAD) + +**Fixed bugs:** + +- fix nice date utils [\#60](https://github.com/OpenVoiceOS/ovos-lingua-franca/pull/60) ([emphasize](https://github.com/emphasize)) + +## [V0.4.8a2](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.8a2) (2023-05-19) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.8a1...V0.4.8a2) **Implemented enhancements:** diff --git a/lingua_franca/version.py b/lingua_franca/version.py index 6b0c78e0..e42d957c 100644 --- a/lingua_franca/version.py +++ b/lingua_franca/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 4 VERSION_BUILD = 8 -VERSION_ALPHA = 2 +VERSION_ALPHA = 3 # END_VERSION_BLOCK