Skip to content

Commit

Permalink
2.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 Oct 10, 2020
1 parent b4669ee commit a0c1054
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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

## v2.1.0 (2020-10-10)
### Feature
* Add support for python 3.9 ([`b4669ee`](https://github.com/browniebroke/deezer-python/commit/b4669ee0e1f698529b78a37c64d6daf210d8970a))

### Documentation
* Add naveen521kk as a contributor (#171) ([`0df16d3`](https://github.com/browniebroke/deezer-python/commit/0df16d34c1005ade3751f6f762e06387440894a8))

## v2.0.0 (2020-10-01)
### Feature
* Drop support for Python 3.5 ([`20d999b`](https://github.com/browniebroke/deezer-python/commit/20d999ba370cf0bc643434d8257cfd9821ef26de))
Expand Down
2 changes: 1 addition & 1 deletion deezer/__init__.py
Expand Up @@ -11,7 +11,7 @@
User,
)

__version__ = "2.0.0"
__version__ = "2.1.0"
__all__ = [
"Client",
"Resource",
Expand Down

0 comments on commit a0c1054

Please sign in to comment.