From 7d507ad2245ca40b7e26e633f2ae36b0c48de90e Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Mon, 13 Jan 2020 17:05:06 +0000 Subject: [PATCH] Bump to 2.6.1 --- CHANGELOG.md | 6 ++++-- docs/index.rst | 3 ++- setup.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f614f2e7..28addeaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.1] - 2020-01-13 + ### Fixed - Fixed inconsistent behaviour with some API methods when a full HTTP URL is passed. - -### Changed - Fixed invalid calls to logging warn method + +### Removed - `mock` no longer needed for install. Only used in `tox`. ## [2.6.0] - 2020-01-12 diff --git a/docs/index.rst b/docs/index.rst index 3e2e9eaa..efb52cf6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -365,10 +365,11 @@ Spotipy authored by Paul Lamere (plamere) with contributions by: - Nathan Coleman // nathancoleman - Michael Birtwell // mbirtwell - Harrison Hayes // Harrison97 + - Stephane Bruckert // stephanebruckert License ======= -https://github.com/plamere/spotipy/blob/master/LICENSE.txt +https://github.com/plamere/spotipy/blob/master/LICENSE.md Indices and tables diff --git a/setup.py b/setup.py index 849ab76a..b1929c74 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='spotipy', - version='2.6.0', + version='2.6.1', long_description=desc, long_description_content_type='text/markdown', author="@plamere",