From 2584d8cf5675ce877f773112a76d42fe36f8a1d1 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Sun, 26 Apr 2020 23:56:16 +0100 Subject: [PATCH] Bump to 2.12.0 --- CHANGELOG.md | 14 +++++++++++--- setup.py | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e6024..7babdef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## Unreleased + +### ... + + - ... + +## [2.12.0] - 2020-04-26 + +### Added + + - Added a method to update the auth token. ### Fixed - Logging regression due to the addition of `logging.basicConfig()` which was unneeded. - - Added a method to update the auth token. - ## [2.11.2] - 2020-04-19 ### Changed diff --git a/setup.py b/setup.py index 670bbb4..4678444 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ extra_reqs = { setup( name='spotipy', - version='2.11.2', + version='2.12.0', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",