From d59464742c655f7410f139c372b111ec052b9b38 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 22 Sep 2023 22:44:11 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 4 ++++ ovos_listener/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9179904..a68f4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [V0.0.2a13](https://github.com/OpenVoiceOS/ovos-listener/tree/V0.0.2a13) (2023-06-05) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-listener/compare/V0.0.2a12...V0.0.2a13) + ## [V0.0.2a12](https://github.com/OpenVoiceOS/ovos-listener/tree/V0.0.2a12) (2023-05-19) [Full Changelog](https://github.com/OpenVoiceOS/ovos-listener/compare/V0.0.2a11...V0.0.2a12) diff --git a/ovos_listener/version.py b/ovos_listener/version.py index 4b249e2..ce219d6 100644 --- a/ovos_listener/version.py +++ b/ovos_listener/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 13 +VERSION_ALPHA = 14 # END_VERSION_BLOCK