From 63391b625c9f5e5272929cf79f22b40caa3193fc Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sun, 10 Mar 2024 04:25:29 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 10 +++++++++- ovos_audio/version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a78b461..8e0f335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-audio/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a36...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a37...HEAD) + +**Merged pull requests:** + +- chore\(docs\): add a long description to PyPi [\#56](https://github.com/OpenVoiceOS/ovos-audio/pull/56) ([mikejgray](https://github.com/mikejgray)) + +## [V0.0.2a37](https://github.com/OpenVoiceOS/ovos-audio/tree/V0.0.2a37) (2024-02-11) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a36...V0.0.2a37) **Implemented enhancements:** diff --git a/ovos_audio/version.py b/ovos_audio/version.py index 2376572..615738a 100644 --- a/ovos_audio/version.py +++ b/ovos_audio/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 37 +VERSION_ALPHA = 38 # END_VERSION_BLOCK