From 2d49419057e3d634fcb25b9475393102b8e72bf3 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 13 Apr 2023 18:25:37 +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 f391155..dbfb538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-fallback-unknown/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-unknown/compare/V0.0.3a1...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-unknown/compare/V0.0.3a2...HEAD) + +**Merged pull requests:** + +- rearrange locale dir [\#4](https://github.com/OpenVoiceOS/skill-ovos-fallback-unknown/pull/4) ([emphasize](https://github.com/emphasize)) + +## [V0.0.3a2](https://github.com/OpenVoiceOS/skill-ovos-fallback-unknown/tree/V0.0.3a2) (2023-03-03) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-unknown/compare/V0.0.3a1...V0.0.3a2) **Merged pull requests:** diff --git a/version.py b/version.py index bdac248..6d383c1 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 3 -VERSION_ALPHA = 2 +VERSION_ALPHA = 3 # END_VERSION_BLOCK