From 07505d720ca27f1f8e8915b13c5779bfbf600df3 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Thu, 16 Jan 2020 04:14:42 +0000 Subject: [PATCH] Bump to 2.6.2 --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc8f07..abb3afb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.2] - 2020-01-16 + ### Fixed - Fixed broken examples in README, examples and doc diff --git a/setup.py b/setup.py index e45c18e..fe6c0e0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ desc = """### A light weight Python library for the Spotify Web API""" setup( name='spotipy', - version='2.6.1', + version='2.6.2', long_description=desc, long_description_content_type='text/markdown', author="@plamere",