From 0702dd80483117033eb898ae33d712f49a970ff0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Mar 2024 14:54:37 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ---------------- pyproject.toml | 2 +- src/deezer/__init__.py | 2 +- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33cbf4fe..72fdaa9f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,5 @@ # CHANGELOG -## v6.1.1 (2023-10-18) - -### Fix - -- Potential unset response attribute on httperror ([`82a47be`](https://github.com/browniebroke/deezer-python/commit/82a47be50f5609a80f0f48a53d01971f7dce362d)) - -## v6.1.0 (2023-08-07) - -### Feature - -- Add official support for python 3.12 (#791) ([`2eead31`](https://github.com/browniebroke/deezer-python/commit/2eead316d78128c85d365b664c2e3a926c65913a)) - -### Documentation - -- Switch to furo theme (#766) ([`51cfb08`](https://github.com/browniebroke/deezer-python/commit/51cfb082c0df50a8726e1ae26ebfeca389e5d952)) - ## v6.0.0 (2023-06-27) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 71395c712..6671255a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deezer-python" -version = "0.1.4" +version = "0.2.0" description = "A friendly wrapper library for the Deezer API" authors = ["Bruno Alla "] license = "MIT" diff --git a/src/deezer/__init__.py b/src/deezer/__init__.py index 409f99fd7..505c18c18 100644 --- a/src/deezer/__init__.py +++ b/src/deezer/__init__.py @@ -15,7 +15,7 @@ User, ) -__version__ = "0.1.4" +__version__ = "0.2.0" __all__ = [ "Album", "Artist",