From 6d3617068bdd69255e53032aa29c4d45473614aa Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 25 Apr 2024 00:24:57 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 10 +++++++++- version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a05ca43..eb7e9a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/V0.0.1a14...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/V0.0.1a15...HEAD) + +**Fixed bugs:** + +- fix/mk1\_faceplate\_not\_clearing [\#61](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/61) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.1a15](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/V0.0.1a15) (2024-04-24) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/V0.0.1a14...V0.0.1a15) **Implemented enhancements:** diff --git a/version.py b/version.py index b808805f..110e9421 100644 --- a/version.py +++ b/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 1 -VERSION_ALPHA = 15 +VERSION_ALPHA = 16 # END_VERSION_BLOCK