From a47410e1a62d1afbc54fd546afb2bbe3051a4410 Mon Sep 17 00:00:00 2001 From: emphasize Date: Wed, 13 Sep 2023 11:32:21 +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 7e9087d3..dfecd442 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.8a5...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.8a6...HEAD) + +**Implemented enhancements:** + +- fix german time parser [\#65](https://github.com/OpenVoiceOS/ovos-lingua-franca/pull/65) ([emphasize](https://github.com/emphasize)) + +## [V0.4.8a6](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.8a6) (2023-09-07) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.8a5...V0.4.8a6) **Merged pull requests:** diff --git a/lingua_franca/version.py b/lingua_franca/version.py index 6a000bfd..ad7fdd19 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 = 6 +VERSION_ALPHA = 7 # END_VERSION_BLOCK