mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Bump to 2.12.0
This commit is contained in:
parent
b09c1585c1
commit
2584d8cf56
14
CHANGELOG.md
14
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/),
|
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).
|
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
|
### Fixed
|
||||||
|
|
||||||
- Logging regression due to the addition of `logging.basicConfig()` which was unneeded.
|
- 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
|
## [2.11.2] - 2020-04-19
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ extra_reqs = {
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='spotipy',
|
name='spotipy',
|
||||||
version='2.11.2',
|
version='2.12.0',
|
||||||
description='A light weight Python library for the Spotify Web API',
|
description='A light weight Python library for the Spotify Web API',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user