mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Update changelog and setup to v3
This commit is contained in:
parent
cb5c61881e
commit
f3d1192c38
10
CHANGELOG.md
10
CHANGELOG.md
@ -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/),
|
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 [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
|
### Added
|
||||||
- Enabled using both short and long IDs for playlist_change_details
|
- Enabled using both short and long IDs for playlist_change_details
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ extra_reqs = {
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='spotipy',
|
name='spotipy',
|
||||||
version='2.17.1',
|
version='3.0.0-alpha',
|
||||||
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