From d65c410866e1604bfb4147612b131f2922e4dc22 Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Thu, 26 Jan 2023 23:21:25 +0000 Subject: [PATCH] Declare alpha stable --- CHANGELOG.md | 4 ++-- version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb73cc7..6c747fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-news/tree/HEAD) +## [V0.0.2a1](https://github.com/OpenVoiceOS/skill-ovos-news/tree/V0.0.2a1) (2023-01-26) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-news/compare/V0.2...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-news/compare/V0.2...V0.0.2a1) **Implemented enhancements:** diff --git a/version.py b/version.py index 3d283ec..03ebedf 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK