mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-04 23:17:48 +00:00
Updated README and setup with version info
This commit is contained in:
parent
1ebbac6de7
commit
6d6841d387
13
README.md
13
README.md
@ -89,10 +89,9 @@ at [paul@echonest.com](mailto:paul@echonest.com). Or just send me a pull request
|
|||||||
- 1.1 - 05/18/2014 - Repackaged for saner imports
|
- 1.1 - 05/18/2014 - Repackaged for saner imports
|
||||||
- 1.4.1 - 06/17/2014 - Updates to match released API
|
- 1.4.1 - 06/17/2014 - Updates to match released API
|
||||||
- 1.4.2 - 06/21/2014 - Added support for retrieving starred playlists
|
- 1.4.2 - 06/21/2014 - Added support for retrieving starred playlists
|
||||||
|
- v1.40, June 12, 2014 -- Initial public release.
|
||||||
- v1.40, June 12, 2014 -- Initial public release.
|
- v1.42, June 19, 2014 -- Removed dependency on simplejson
|
||||||
- v1.42, June 19, 2014 -- Removed dependency on simplejson
|
- v1.43, June 27, 2014 -- Fixed JSON handling issue
|
||||||
- v1.43, June 27, 2014 -- Fixed JSON handling issue
|
- v1.44, July 3, 2014 -- Added show_tracks.py example
|
||||||
- v1.44, July 3, 2014 -- Added show_tracks.py example
|
- v1.45, July 7, 2014 -- Support for related artists endpoint. Don't used cache auth codes when scope changes
|
||||||
- v1.45, July 7, 2014 -- Support for related artists endpoint. Don't used cache auth codes when scope changes
|
- v1.49, July 23, 2014 -- Support for "Your Music" tracks (add, delete, get), with examples
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='SpotipyWebApi',
|
name='SpotipyWebApi',
|
||||||
version='1.48',
|
version='1.49',
|
||||||
description='simple client for the Spotify Web API',
|
description='simple client for the Spotify Web API',
|
||||||
author="@plamere",
|
author="@plamere",
|
||||||
author_email="paul@echonest.com",
|
author_email="paul@echonest.com",
|
||||||
|
Loading…
Reference in New Issue
Block a user