Skip to content

Commit dcb958e

Browse files
author
github-actions
committed
6.1.1
Automatically generated by python-semantic-release
1 parent 82a47be commit dcb958e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v6.1.1 (2023-10-18)
4+
5+
### Fix
6+
7+
- Potential unset response attribute on httperror ([`82a47be`](https://github.com/browniebroke/deezer-python/commit/82a47be50f5609a80f0f48a53d01971f7dce362d))
8+
39
## v6.1.0 (2023-08-07)
410

511
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deezer-python"
3-
version = "6.1.0"
3+
version = "6.1.1"
44
description = "A friendly wrapper library for the Deezer API"
55
authors = ["Bruno Alla <[email protected]>"]
66
license = "MIT"

src/deezer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
User,
1616
)
1717

18-
__version__ = "6.0.0"
18+
__version__ = "6.1.1"
1919
__all__ = [
2020
"Album",
2121
"Artist",

0 commit comments

Comments
 (0)