mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Bump to 2.16.1
This commit is contained in:
parent
dd948c49d9
commit
8198947428
12
CHANGELOG.md
12
CHANGELOG.md
@ -8,17 +8,21 @@ 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.16.1] - 2020-10-24
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- playlist_tracks example code no longer prints extra characters on final loop iteration
|
- playlist_tracks example code no longer prints extra characters on final loop iteration
|
||||||
- SpotifyException now thrown when a request fails & has no response ( fixes #571, #581 )
|
- SpotifyException now thrown when a request fails & has no response ([#571](https://github.com/plamere/spotipy/issues/571), [#581](https://github.com/plamere/spotipy/issues/581))
|
||||||
- Added scope, 'playlist-read-private', to examples that access user playlists using the spotipy api: current_user_playlists() (fixes #591)
|
- Added scope, `playlist-read-private`, to examples that access user playlists using the spotipy api: current_user_playlists() ([#591](https://github.com/plamere/spotipy/issues/591))
|
||||||
- Enable retries for POST, DELETE, PUT
|
- Enable retries for POST, DELETE, PUT ([#577](https://github.com/plamere/spotipy/issues/577))
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- both inline and starting import lists are sorted using `isort` module
|
- both inline and starting import lists are sorted using `isort` module
|
||||||
- changed exception Max Retries exception code from 599 to 429
|
- changed Max Retries exception code from 599 to 429
|
||||||
|
|
||||||
## [2.16.0] - 2020-09-16
|
## [2.16.0] - 2020-09-16
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ extra_reqs = {
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='spotipy',
|
name='spotipy',
|
||||||
version='2.16.0',
|
version='2.16.1',
|
||||||
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