Skip to content

Commit

Permalink
5.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 7, 2022
1 parent cfb3f98 commit 9702239
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-->

## v5.1.1 (2022-02-07)
### Fix
* Make `Client.list_radios` return a `list` ([`cfb3f98`](https://github.com/browniebroke/deezer-python/commit/cfb3f983d3753904c6f7668faab6348cf15c6331))
* Make `Client.list_genres` return a `list` ([`ca83963`](https://github.com/browniebroke/deezer-python/commit/ca839632ef178001398e786652de59e4bbbeb09e))

### Documentation
* Complete `Client.get_user_albums` return type ([`46846dc`](https://github.com/browniebroke/deezer-python/commit/46846dc6b7b801846c528798f0fdd88e0a57d5d0))

## v5.1.0 (2022-02-02)
### Feature
* Add `Editorial` resource ([`b98888e`](https://github.com/browniebroke/deezer-python/commit/b98888ec131f015f5e3ba14d3be45f52fdb60e11))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deezer-python"
version = "5.1.0"
version = "5.1.1"
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.0"
__version__ = "5.1.1"
__all__ = [
"Client",
"PaginatedList",
Expand Down

0 comments on commit 9702239

Please sign in to comment.