mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Bump to 2.20.0, closes #806
This commit is contained in:
parent
98f0f76238
commit
c1a85f1469
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
// Add your changes here and then delete this line
|
||||||
|
|
||||||
|
## [2.20.0] - 2022-06-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Added `RedisCacheHandler`, a cache handler that stores the token info in Redis.
|
* 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.
|
* Changed URI handling in `client.Spotify._get_id()` to remove qureies if provided by error.
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ extra_reqs = {
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='spotipy',
|
name='spotipy',
|
||||||
version='2.19.0',
|
version='2.20.0',
|
||||||
description='A light weight Python library for the Spotify Web API',
|
description='A light weight Python library for the Spotify Web API',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user