diff --git a/CHANGELOG.md b/CHANGELOG.md index abb3afb..bbd8107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.3] - 2020-01-16 + +### Fixed + + - Fixed broken doc in 2.6.2 + ## [2.6.2] - 2020-01-16 ### Fixed diff --git a/setup.py b/setup.py index 092cb7f..f5d3dd8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as f: setup( name='spotipy', - version='2.6.2', + version='2.6.3', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",