Skip to content

Commit

Permalink
Bump to 2.20.0, closes #806
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Jun 18, 2022
1 parent 98f0f76 commit c1a85f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

// Add your changes here and then delete this line

## [2.20.0] - 2022-06-18

### Added
* Added `RedisCacheHandler`, a cache handler that stores the token info in Redis.
* Changed URI handling in `client.Spotify._get_id()` to remove qureies if provided by error.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

setup(
name='spotipy',
version='2.19.0',
version='2.20.0',
description='A light weight Python library for the Spotify Web API',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c1a85f1

Please sign in to comment.