Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Oct 9, 2021
1 parent d90bb74 commit 1841a3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

<!--next-version-placeholder-->

## v3.0.0 (2021-10-09)
### Breaking
* remove deprecated `asdict` method on `Resource` class ([`daeee61`](https://github.com/browniebroke/deezer-python/commit/daeee6131d249106a2233e432a179aba40cdbbc8))
* remove deprecated `host` and `use_ssl` arguments for `Client` ([`2bd2c39`](https://github.com/browniebroke/deezer-python/commit/2bd2c39988066999d3ae34995e1e98c31d6c5a17))

### Documentation
* Use https in link ([`f7eb114`](https://github.com/browniebroke/deezer-python/commit/f7eb114e4d1d0dba9e8a65f25cb2ce842270036e))

## v2.4.0 (2021-10-07)
### Feature
* Add official python 3.10 support ([`b29b0cb`](https://github.com/browniebroke/deezer-python/commit/b29b0cb87e025bc52663c8d81d0f1dd94277badc))
Expand Down
2 changes: 1 addition & 1 deletion deezer/__init__.py
Expand Up @@ -11,7 +11,7 @@
User,
)

__version__ = "2.4.0"
__version__ = "3.0.0"
__all__ = [
"Client",
"Resource",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deezer-python"
version = "2.4.0"
version = "3.0.0"
description = "A friendly wrapper library for the Deezer API"
authors = ["Bruno Alla <alla.brunoo@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 1841a3d

Please sign in to comment.