From 1f18242859867fb387c36b58d0964394183c196d Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 6 Aug 2022 23:52:42 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 14 +++++++++----- mycroft/version.py | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b37e6eb4d3c5..d5282185c1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-core/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.4a45...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.4a46...HEAD) + +**Implemented enhancements:** + +- refactor/padacioso [\#183](https://github.com/OpenVoiceOS/ovos-core/pull/183) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.0.4a46](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.4a46) (2022-08-06) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.4a45...V0.0.4a46) **Fixed bugs:** @@ -720,10 +728,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.2a10...V0.0.2a11) -**Implemented enhancements:** - -- Add GUI Extensions Support [\#73](https://github.com/OpenVoiceOS/ovos-core/pull/73) ([AIIX](https://github.com/AIIX)) - ## [V0.0.2a10](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.2a10) (2022-02-25) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.2a9...V0.0.2a10) diff --git a/mycroft/version.py b/mycroft/version.py index af0edccf4393..b570f9d3a909 100644 --- a/mycroft/version.py +++ b/mycroft/version.py @@ -22,7 +22,7 @@ OVOS_VERSION_MAJOR = 0 OVOS_VERSION_MINOR = 0 OVOS_VERSION_BUILD = 4 -OVOS_VERSION_ALPHA = 46 +OVOS_VERSION_ALPHA = 47 # END_VERSION_BLOCK