Skip to content

Commit

Permalink
4.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 Dec 11, 2021
1 parent 2fe0e71 commit 042984b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## v4.2.1 (2021-12-11)
### Fix
* **deps:** Update dependency myst-parser to ^0.16 ([`2fe0e71`](https://github.com/browniebroke/deezer-python/commit/2fe0e714aa9e35db2a3aa89911ae086b54cf58e7))

## v4.2.0 (2021-12-07)
### Feature
* Deserialize date in `Resource.as_dict()` method ([#399](https://github.com/browniebroke/deezer-python/issues/399)) ([`6337967`](https://github.com/browniebroke/deezer-python/commit/6337967a370bfb6a4fb057f84fe94f0b932fa421))
Expand Down
2 changes: 1 addition & 1 deletion deezer/__init__.py
Expand Up @@ -10,7 +10,7 @@
User,
)

__version__ = "4.2.0"
__version__ = "4.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 = "4.2.0"
version = "4.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 042984b

Please sign in to comment.