mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-05 07:27:47 +00:00
Updated version numbers
This commit is contained in:
parent
8314091b80
commit
9ba6cea623
@ -61,3 +61,4 @@ If you have suggestions, bugs or other issues specific to this library, file the
|
|||||||
- v1.301, August 19, 2014 -- Upgraded version number to take precedence over previously botched release (sigh)
|
- v1.301, August 19, 2014 -- Upgraded version number to take precedence over previously botched release (sigh)
|
||||||
- v1.310, August 20, 2014 -- Added playlist replace and remove methods. Added auth tests. Improved API docs
|
- v1.310, August 20, 2014 -- Added playlist replace and remove methods. Added auth tests. Improved API docs
|
||||||
- v2.0 - August 22, 2014 -- Upgraded APIs and docs to make it be a real library
|
- v2.0 - August 22, 2014 -- Upgraded APIs and docs to make it be a real library
|
||||||
|
- v2.0.01 - August 25, 2014 -- Moved to spotipy at pypi
|
||||||
|
@ -299,6 +299,7 @@ Spotipy authored by Paul Lamere (plamere) with contributions by:
|
|||||||
- Michael Thelin // thelinmichael
|
- Michael Thelin // thelinmichael
|
||||||
- Ryan Choi // ryankicks
|
- Ryan Choi // ryankicks
|
||||||
- Simon Metson // drsm79
|
- Simon Metson // drsm79
|
||||||
|
- Steve Winton // swinton
|
||||||
- Tim Balzer // timbalzer
|
- Tim Balzer // timbalzer
|
||||||
- corycorycory // corycorycory
|
- corycorycory // corycorycory
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
VERSION='2.0.0'
|
VERSION='2.0.1'
|
||||||
from client import Spotify, SpotifyException
|
from client import Spotify, SpotifyException
|
||||||
|
@ -52,7 +52,6 @@ class Spotify(object):
|
|||||||
'''
|
'''
|
||||||
self.prefix = 'https://api.spotify.com/v1/'
|
self.prefix = 'https://api.spotify.com/v1/'
|
||||||
self._auth = auth
|
self._auth = auth
|
||||||
self.version = 'Spotipy version 1.320'
|
|
||||||
|
|
||||||
def _auth_headers(self):
|
def _auth_headers(self):
|
||||||
if self._auth:
|
if self._auth:
|
||||||
|
Loading…
Reference in New Issue
Block a user