mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Bump to 2.6.1
This commit is contained in:
parent
9c5b9c068f
commit
7d507ad224
@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.6.1] - 2020-01-13
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed inconsistent behaviour with some API methods when
|
- Fixed inconsistent behaviour with some API methods when
|
||||||
a full HTTP URL is passed.
|
a full HTTP URL is passed.
|
||||||
|
|
||||||
### Changed
|
|
||||||
- Fixed invalid calls to logging warn method
|
- Fixed invalid calls to logging warn method
|
||||||
|
|
||||||
|
### Removed
|
||||||
- `mock` no longer needed for install. Only used in `tox`.
|
- `mock` no longer needed for install. Only used in `tox`.
|
||||||
|
|
||||||
## [2.6.0] - 2020-01-12
|
## [2.6.0] - 2020-01-12
|
||||||
|
|||||||
@ -365,10 +365,11 @@ Spotipy authored by Paul Lamere (plamere) with contributions by:
|
|||||||
- Nathan Coleman // nathancoleman
|
- Nathan Coleman // nathancoleman
|
||||||
- Michael Birtwell // mbirtwell
|
- Michael Birtwell // mbirtwell
|
||||||
- Harrison Hayes // Harrison97
|
- Harrison Hayes // Harrison97
|
||||||
|
- Stephane Bruckert // stephanebruckert
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
https://github.com/plamere/spotipy/blob/master/LICENSE.txt
|
https://github.com/plamere/spotipy/blob/master/LICENSE.md
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ desc = """### A light weight Python library for the Spotify Web API"""
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='spotipy',
|
name='spotipy',
|
||||||
version='2.6.0',
|
version='2.6.1',
|
||||||
long_description=desc,
|
long_description=desc,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
author="@plamere",
|
author="@plamere",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user