diff --git a/CHANGELOG.md b/CHANGELOG.md index 0785b1e..6cc7703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [Unreleased](https://github.com/OpenJarbas/tutubo/tree/HEAD) + +[Full Changelog](https://github.com/OpenJarbas/tutubo/compare/V2.0.1...HEAD) + +**Merged pull requests:** + +- fix:packaging [\#19](https://github.com/OpenJarbas/tutubo/pull/19) ([JarbasAl](https://github.com/JarbasAl)) + +## [V2.0.1](https://github.com/OpenJarbas/tutubo/tree/V2.0.1) (2024-09-06) + +[Full Changelog](https://github.com/OpenJarbas/tutubo/compare/V2.0.1a1...V2.0.1) + ## [V2.0.1a1](https://github.com/OpenJarbas/tutubo/tree/V2.0.1a1) (2024-09-06) [Full Changelog](https://github.com/OpenJarbas/tutubo/compare/V2.0.0...V2.0.1a1) diff --git a/tutubo/version.py b/tutubo/version.py index 24718d5..5e2f1ec 100644 --- a/tutubo/version.py +++ b/tutubo/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 2 VERSION_MINOR = 0 -VERSION_BUILD = 1 -VERSION_ALPHA = 0 -# END_VERSION_BLOCK +VERSION_BUILD = 2 +VERSION_ALPHA = 1 +# END_VERSION_BLOCK \ No newline at end of file