Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Oct 23, 2020
1 parent 4ff223d commit f83258c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

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

## v2.2.1 (2020-10-23)
### Fix
* Set minimum python version to 3.6 ([`4ff223d`](https://github.com/browniebroke/deezer-python/commit/4ff223df0e144ecddcd0eb2918b2ed161776490a))
* Poetry extras ([`cc36e0f`](https://github.com/browniebroke/deezer-python/commit/cc36e0ffa70267efee6aeeff169d7dd186a73ea6))

## v2.2.0 (2020-10-13)
### Feature
* Switch to Poetry (#196) ([`92030dd`](https://github.com/browniebroke/deezer-python/commit/92030dd9409ba906716cea3f7f49e30a9a5a8cf7))
Expand Down
2 changes: 1 addition & 1 deletion deezer/__init__.py
Expand Up @@ -11,7 +11,7 @@
User,
)

__version__ = "2.2.0"
__version__ = "2.2.1"
__all__ = [
"Client",
"Resource",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deezer-python"
version = "2.2.0"
version = "2.2.1"
description = "A friendly wrapper library for the Deezer API"
authors = ["Bruno Alla <alla.brunoo@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit f83258c

Please sign in to comment.