From 43a4de0314353653b360f1f06851bddfea3b4f4f Mon Sep 17 00:00:00 2001 From: Harrison Date: Mon, 12 Aug 2019 18:13:07 -0500 Subject: [PATCH] update version and README --- CHANGES.txt | 1 + README.md | 2 +- spotipy/__init__.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b46e2c9..a28e173 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/README.md b/README.md index 9f9ec71..2add256 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- v2.5.0 - January 11, 2020 -- Added follow and player endpoints diff --git a/spotipy/__init__.py b/spotipy/__init__.py index 95c0814..ac0f074 100644 --- a/spotipy/__init__.py +++ b/spotipy/__init__.py @@ -1,4 +1,4 @@ -VERSION='2.0.1' +VERSION='2.4.5' from client import * from oauth2 import *