mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
update version and README
This commit is contained in:
parent
f1b796cf35
commit
43a4de0314
@ -14,3 +14,4 @@ v2.310, January 5, 2015 -- Added session support
|
||||
v2.3.1, March 28, 2015 -- Auto retry support
|
||||
v2.3.5, April 28, 2015 -- Fixed bug in auto retry support
|
||||
v2.3.6, June 3, 2015 -- Support for offset/limit with album_tracks API
|
||||
v2.5.0 - January 11, 2020 -- Added follow and player endpoints
|
||||
|
||||
@ -84,4 +84,4 @@ If you have suggestions, bugs or other issues specific to this library, file the
|
||||
- v2.4.2 - January 2, 2017 -- support getting audio features for a single track
|
||||
- v2.4.3 - January 2, 2017 -- fixed proxy issue in standard auth flow
|
||||
- v2.4.4 - January 4, 2017 -- python 3 fix
|
||||
- v2.5.0 - January 11, 2020 -- Added follow and player endpoints
|
||||
- v2.5.0 - January 11, 2020 -- Added follow and player endpoints
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
VERSION='2.0.1'
|
||||
VERSION='2.4.5'
|
||||
|
||||
from client import *
|
||||
from oauth2 import *
|
||||
|
||||
Loading…
Reference in New Issue
Block a user