From b4b6dbd89be5ce0a96dc230c070e40a21fb7fde5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 1 Oct 2021 19:09:15 +0000 Subject: [PATCH] Release 0.1.5 --- CHANGELOG.md | 7 +++++++ src/musicbird/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a20648b..0ef4f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ + +## [v0.1.5] - 2021-10-01 +### Bug Fixes +- don't raise during failure reporting ([463737c](https://github.com/maxhoesel/MusicBird/commit/463737c)) [Max Hösel] + + ## [v0.1.4] - 2021-10-01 ### Bug Fixes @@ -28,6 +34,7 @@ - initial fixes ([1565574](https://github.com/maxhoesel/MusicBird/commit/1565574)) [Max Hösel] +[v0.1.5]: https://github.com/maxhoesel/MusicBird/compare/v0.1.4...v0.1.5 [v0.1.4]: https://github.com/maxhoesel/MusicBird/compare/v0.1.3...v0.1.4 [v0.1.3]: https://github.com/maxhoesel/MusicBird/compare/v0.1.2...v0.1.3 [v0.1.2]: https://github.com/maxhoesel/MusicBird/compare/v0.1.1...v0.1.2 diff --git a/src/musicbird/__init__.py b/src/musicbird/__init__.py index bbab024..1276d02 100644 --- a/src/musicbird/__init__.py +++ b/src/musicbird/__init__.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.1.5"