mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Bump to 2.15.0
This commit is contained in:
parent
d0ca977647
commit
a42f2ccd0f
@ -7,12 +7,14 @@ 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.15.0] - 2020-09-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- `SpotifyPKCE.parse_auth_response_url`, mirroring that method in
|
- `SpotifyPKCE.parse_auth_response_url`, mirroring that method in
|
||||||
`SpotifyOAuth`
|
`SpotifyOAuth`
|
||||||
- `SpotifyImplicitGrant` warns of security considerations and recommends
|
|
||||||
`SpotifyPKCE`
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ extra_reqs = {
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='spotipy',
|
name='spotipy',
|
||||||
version='2.14.0',
|
version='2.15.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