Bump to 2.12.0

This commit is contained in:
Stephane Bruckert 2020-04-26 23:56:16 +01:00
parent b09c1585c1
commit 2584d8cf56
2 changed files with 12 additions and 4 deletions

View File

@ -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

View File

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