Skip to content

Commit

Permalink
5.1.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 2, 2022
1 parent b98888e commit 4e4988c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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

## v5.1.0 (2022-02-02)
### Feature
* Add `Editorial` resource ([`b98888e`](https://github.com/browniebroke/deezer-python/commit/b98888ec131f015f5e3ba14d3be45f52fdb60e11))

### Documentation
* Update contributions for prndrbr ([`eae4bfb`](https://github.com/browniebroke/deezer-python/commit/eae4bfb6599f52f17238f5f86595a6c41af55377))

## v5.0.1 (2022-01-28)
### Fix
* `Genre` methods return a list ([`2c15056`](https://github.com/browniebroke/deezer-python/commit/2c15056c22226ef68a9c694363a3b6e915e7cff5))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deezer-python"
version = "5.0.1"
version = "5.1.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.0.1"
__version__ = "5.1.0"
__all__ = [
"Client",
"PaginatedList",
Expand Down

0 comments on commit 4e4988c

Please sign in to comment.