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 1dc3b9014..8511b2ad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deezer-python-async" -version = "0.1.4" +version = "0.2.0" description = "A friendly wrapper library for the Deezer API but async" authors = ["Music assistant team "] 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",