mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Bump to 2.9.0
This commit is contained in:
parent
dcc53b983e
commit
76522dfd1e
@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.9.0] - 2020-02-15
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `position_ms` optional parameter in `start_playback`
|
- Support `position_ms` optional parameter in `start_playback`
|
||||||
- Add `requests_timeout` parameter to authentication methods
|
- Add `requests_timeout` parameter to authentication methods
|
||||||
|
- Make cache optional in `get_access_token`
|
||||||
|
|
||||||
## [2.8.0] - 2020-02-12
|
## [2.8.0] - 2020-02-12
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@ Add your new ID and SECRET to your environment:
|
|||||||
export SPOTIPY_CLIENT_ID=client_id_here
|
export SPOTIPY_CLIENT_ID=client_id_here
|
||||||
export SPOTIPY_CLIENT_SECRET=client_secret_here
|
export SPOTIPY_CLIENT_SECRET=client_secret_here
|
||||||
|
|
||||||
// on Windows, use `SET` instead of `export`).
|
// on Windows, use `SET` instead of `export`
|
||||||
|
|
||||||
Then, create a Spotify object and call methods:
|
Then, create a Spotify object and call methods:
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open("README.md", "r") as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='spotipy',
|
name='spotipy',
|
||||||
version='2.8.0',
|
version='2.9.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