Skip to content

Commit

Permalink
Bump to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Sep 8, 2020
1 parent d0ca977 commit a42f2cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ 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.15.0] - 2020-09-08

### Added

- `SpotifyPKCE.parse_auth_response_url`, mirroring that method in
`SpotifyOAuth`
- `SpotifyImplicitGrant` warns of security considerations and recommends
`SpotifyPKCE`

### Changed

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='spotipy',
version='2.14.0',
version='2.15.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 a42f2cc

Please sign in to comment.