From a4f1fa1211fbd3edaa66d44700a6323cd13a8b6a Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 5 Sep 2023 16:20:01 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 12 ++++++++++++ tunein/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2feaca2..daf175a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [Unreleased](https://github.com/OpenJarbas/tunein/tree/HEAD) + +[Full Changelog](https://github.com/OpenJarbas/tunein/compare/V0.0.3...HEAD) + +**Fixed bugs:** + +- use lists [\#4](https://github.com/OpenJarbas/tunein/pull/4) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.3](https://github.com/OpenJarbas/tunein/tree/V0.0.3) (2023-09-05) + +[Full Changelog](https://github.com/OpenJarbas/tunein/compare/V0.0.3a2...V0.0.3) + ## [V0.0.3a2](https://github.com/OpenJarbas/tunein/tree/V0.0.3a2) (2023-09-05) [Full Changelog](https://github.com/OpenJarbas/tunein/compare/V0.0.3a1...V0.0.3a2) diff --git a/tunein/version.py b/tunein/version.py index b5fb52b..441e978 100644 --- a/tunein/version.py +++ b/tunein/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 4 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK