From 48c48e389419100aed3aedb3f926110315275a57 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 22 Sep 2023 23:09:12 +0000 Subject: [PATCH] Declare alpha stable --- CHANGELOG.md | 4 ++++ mycroft_classic_listener/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f38ec44..22224fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [V0.0.1a2](https://github.com/OpenVoiceOS/mycroft-classic-listener/tree/V0.0.1a2) (2023-09-22) + +[Full Changelog](https://github.com/OpenVoiceOS/mycroft-classic-listener/compare/V0.0.1a1...V0.0.1a2) + ## [V0.0.1a1](https://github.com/OpenVoiceOS/mycroft-classic-listener/tree/V0.0.1a1) (2023-04-08) [Full Changelog](https://github.com/OpenVoiceOS/mycroft-classic-listener/compare/V0.0.0...V0.0.1a1) diff --git a/mycroft_classic_listener/version.py b/mycroft_classic_listener/version.py index c4ff150..76c4342 100644 --- a/mycroft_classic_listener/version.py +++ b/mycroft_classic_listener/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 1 -VERSION_ALPHA = 2 +VERSION_ALPHA = 0 # END_VERSION_BLOCK