From 28826e6e82897e054a58121c58f1d425b4927b81 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 6 Sep 2024 18:16:33 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 10 +++++++++- tutubo/version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5eb788..68f17e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenJarbas/tutubo/tree/HEAD) -[Full Changelog](https://github.com/OpenJarbas/tutubo/compare/V0.0.2...HEAD) +[Full Changelog](https://github.com/OpenJarbas/tutubo/compare/V0.0.2a3...HEAD) + +**Merged pull requests:** + +- feat:url [\#8](https://github.com/OpenJarbas/tutubo/pull/8) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.2a3](https://github.com/OpenJarbas/tutubo/tree/V0.0.2a3) (2024-09-06) + +[Full Changelog](https://github.com/OpenJarbas/tutubo/compare/V0.0.2...V0.0.2a3) **Implemented enhancements:** diff --git a/tutubo/version.py b/tutubo/version.py index 5199508..6f8ce0d 100644 --- a/tutubo/version.py +++ b/tutubo/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 3 +VERSION_ALPHA = 4 # END_VERSION_BLOCK \ No newline at end of file