From dfbf975b0192bd31650c56f45664d0793685c1cf Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 10 May 2023 19:56:34 +0000 Subject: [PATCH] 5.11.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/deezer/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a62e232..bf15d385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v5.11.1 (2023-05-10) +### Fix +* Rename argument for `Playlist.reorder_tracks` back to `order` to match parameter name from REST API ([`ea469e9`](https://github.com/browniebroke/deezer-python/commit/ea469e9f61b78cba741b8a577bf0a80d23e8cab5)) + ## v5.11.0 (2023-05-09) ### Feature * Add ability to remove a bookmark on an episode ([`4eb896a`](https://github.com/browniebroke/deezer-python/commit/4eb896a207c36609bf08498e58ecbcf670ec8fbc)) diff --git a/pyproject.toml b/pyproject.toml index 3f36a5e0..19a90d0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deezer-python" -version = "5.11.0" +version = "5.11.1" 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 8592784f..99a8524d 100644 --- a/src/deezer/__init__.py +++ b/src/deezer/__init__.py @@ -15,7 +15,7 @@ User, ) -__version__ = "5.11.0" +__version__ = "5.11.1" __all__ = [ "Album", "Artist",