Bump to 2.6.2

This commit is contained in:
Stephane Bruckert 2020-01-16 04:14:42 +00:00
parent 8c4493da99
commit 07505d720c
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [2.6.2] - 2020-01-16
### Fixed ### Fixed
- Fixed broken examples in README, examples and doc - Fixed broken examples in README, examples and doc

View File

@ -4,7 +4,7 @@ desc = """### A light weight Python library for the Spotify Web API"""
setup( setup(
name='spotipy', name='spotipy',
version='2.6.1', version='2.6.2',
long_description=desc, long_description=desc,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
author="@plamere", author="@plamere",