From 2f4fd5c7ed6f5c278e98f28406527b42d5015f83 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sun, 12 May 2024 20:39:49 +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 b9d7c6c6..dbf441ea 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.8a8...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.8a9...HEAD) + +**Implemented enhancements:** + +- feat/opm plugin [\#57](https://github.com/OpenVoiceOS/ovos-lingua-franca/pull/57) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.4.8a9](https://github.com/OpenVoiceOS/ovos-lingua-franca/tree/V0.4.8a9) (2024-05-12) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-lingua-franca/compare/V0.4.8a8...V0.4.8a9) **Implemented enhancements:** diff --git a/lingua_franca/version.py b/lingua_franca/version.py index 73599fbc..ad85f64c 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 = 9 +VERSION_ALPHA = 10 # END_VERSION_BLOCK