From ad66b9b8344f236ec8613307c1e40cd38fc68765 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 23 Apr 2022 12:38:53 +0000 Subject: [PATCH] 5.3.0 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 a93679ac..63f731f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v5.3.0 (2022-04-23) +### Feature +* Get charts for a specified genre ID ([`dad1d94`](https://github.com/browniebroke/deezer-python/commit/dad1d94f6a5f6c52d107aab855509cdc382d38c7)) + ## v5.2.0 (2022-02-09) ### Feature * Get the top podcasts ([`f8f3438`](https://github.com/browniebroke/deezer-python/commit/f8f3438f38ce3ecb380bffd122b299880560d654)) diff --git a/pyproject.toml b/pyproject.toml index 2178473a..8325607e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deezer-python" -version = "5.2.0" +version = "5.3.0" 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 e588a11b..c085e933 100644 --- a/src/deezer/__init__.py +++ b/src/deezer/__init__.py @@ -12,7 +12,7 @@ User, ) -__version__ = "5.2.0" +__version__ = "5.3.0" __all__ = [ "Client", "PaginatedList",