update version and README

This commit is contained in:
Harrison 2019-08-12 18:13:07 -05:00 committed by Stephane Bruckert
parent f1b796cf35
commit 43a4de0314
3 changed files with 3 additions and 2 deletions

View File

@ -14,3 +14,4 @@ v2.310, January 5, 2015 -- Added session support
v2.3.1, March 28, 2015 -- Auto retry support v2.3.1, March 28, 2015 -- Auto retry support
v2.3.5, April 28, 2015 -- Fixed bug in 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.3.6, June 3, 2015 -- Support for offset/limit with album_tracks API
v2.5.0 - January 11, 2020 -- Added follow and player endpoints

View File

@ -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.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.3 - January 2, 2017 -- fixed proxy issue in standard auth flow
- v2.4.4 - January 4, 2017 -- python 3 fix - 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

View File

@ -1,4 +1,4 @@
VERSION='2.0.1' VERSION='2.4.5'
from client import * from client import *
from oauth2 import * from oauth2 import *