Update changelog and setup to v3

This commit is contained in:
Stephane Bruckert 2021-03-04 21:27:27 +01:00
parent cb5c61881e
commit f3d1192c38
2 changed files with 10 additions and 2 deletions

View File

@ -5,8 +5,16 @@ 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 [3.0.0-alpha]
## Unreleased
While this is unreleased, please only add v3 features here.
Rebasing master onto v3 doesn't require a changelog update.
### Added
- ...
## Unreleased [2.x.x]
### Added
- Enabled using both short and long IDs for playlist_change_details

View File

@ -18,7 +18,7 @@ extra_reqs = {
setup(
name='spotipy',
version='2.17.1',
version='3.0.0-alpha',
description='A light weight Python library for the Spotify Web API',
long_description=long_description,
long_description_content_type="text/markdown",