Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 24, 2024
1 parent d304fed commit 0702dd8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# CHANGELOG

## v6.1.1 (2023-10-18)

### Fix

- Potential unset response attribute on httperror ([`82a47be`](https://github.com/browniebroke/deezer-python/commit/82a47be50f5609a80f0f48a53d01971f7dce362d))

## v6.1.0 (2023-08-07)

### Feature

- Add official support for python 3.12 (#791) ([`2eead31`](https://github.com/browniebroke/deezer-python/commit/2eead316d78128c85d365b664c2e3a926c65913a))

### Documentation

- Switch to furo theme (#766) ([`51cfb08`](https://github.com/browniebroke/deezer-python/commit/51cfb082c0df50a8726e1ae26ebfeca389e5d952))

## v6.0.0 (2023-06-27)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deezer-python"
version = "0.1.4"
version = "0.2.0"
description = "A friendly wrapper library for the Deezer API"
authors = ["Bruno Alla <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/deezer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
User,
)

__version__ = "0.1.4"
__version__ = "0.2.0"
__all__ = [
"Album",
"Artist",
Expand Down

0 comments on commit 0702dd8

Please sign in to comment.