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",