Skip to content

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 9, 2022
1 parent f8f3438 commit 016309e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

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

## v5.2.0 (2022-02-09)
### Feature
* Get the top podcasts ([`f8f3438`](https://github.com/browniebroke/deezer-python/commit/f8f3438f38ce3ecb380bffd122b299880560d654))
* Get all podcasts for a genre ([`8f220fd`](https://github.com/browniebroke/deezer-python/commit/8f220fd7b4351766b57dbe38876855b73f62aab7))
* Get a list of artist's playlists ([`bd0f5ee`](https://github.com/browniebroke/deezer-python/commit/bd0f5eedbd610c0cf4da9fdabbbd9560a2669bf1))

## v5.1.1 (2022-02-07)
### Fix
* Make `Client.list_radios` return a `list` ([`cfb3f98`](https://github.com/browniebroke/deezer-python/commit/cfb3f983d3753904c6f7668faab6348cf15c6331))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deezer-python"
version = "5.1.1"
version = "5.2.0"
description = "A friendly wrapper library for the Deezer API"
authors = ["Bruno Alla <alla.brunoo@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/deezer/__init__.py
Expand Up @@ -12,7 +12,7 @@
User,
)

__version__ = "5.1.1"
__version__ = "5.2.0"
__all__ = [
"Client",
"PaginatedList",
Expand Down

0 comments on commit 016309e

Please sign in to comment.