Skip to content

Commit 36bdeb0

Browse files
Bump to 2.18.0
1 parent 25f9df2 commit 36bdeb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
// Add your changes here and then delete this line
11+
12+
## [2.18.0] - 2021-04-13
13+
1014
### Added
1115

1216
- Enabled using both short and long IDs for playlist_change_details
@@ -25,13 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2529
### Fixed
2630

2731
* Fixed the bugs in `SpotifyOAuth.refresh_access_token` and `SpotifyPKCE.refresh_access_token` which raised the incorrect exception upon receiving an error response from the server. This addresses #645.
28-
2932
* Fixed a bug in `RequestHandler.do_GET` in which the non-existent `state` attribute of `SpotifyOauthError` is accessed. This bug occurs when the user clicks "cancel" in the permissions dialog that opens in the browser.
30-
3133
* Cleaned up the documentation for `SpotifyClientCredentials.__init__`, `SpotifyOAuth.__init__`, and `SpotifyPKCE.__init__`.
3234

33-
34-
3535
## [2.17.1] - 2021-02-28
3636

3737
### Fixed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='spotipy',
21-
version='2.17.1',
21+
version='2.18.0',
2222
description='A light weight Python library for the Spotify Web API',
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)