From 4287172b85cf64c708c4f73bc05636bea890374e Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 21 Jun 2024 18:03:47 +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 30612ad..a78a22d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-tunein/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-tunein/compare/V0.0.1a3...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-tunein/compare/V0.0.1a4...HEAD) + +**Merged pull requests:** + +- refactor/ocp\_modernize [\#6](https://github.com/OpenVoiceOS/skill-ovos-tunein/pull/6) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.1a4](https://github.com/OpenVoiceOS/skill-ovos-tunein/tree/V0.0.1a4) (2024-05-24) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-tunein/compare/V0.0.1a3...V0.0.1a4) **Fixed bugs:** diff --git a/version.py b/version.py index d2cf297..b8b32c5 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 1 -VERSION_ALPHA = 4 +VERSION_ALPHA = 5 # END_VERSION_BLOCK