Skip to content

Commit 5d11886

Browse files
committed
2.0.6
Automatically generated by python-semantic-release
1 parent e56637c commit 5d11886

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
<!--next-version-placeholder-->
88

9+
## v2.0.6 (2021-08-09)
10+
### Fix
11+
* Catch `SpotifyOauthError` ([`72f8d42`](https://github.com/the-dotify-project/dotify/commit/72f8d42888e374da79bab0dd5ed3a8102f5b239b))
12+
13+
### Documentation
14+
* Reference `tests` in `CONTRIBUTING.md` ([`c30afbd`](https://github.com/the-dotify-project/dotify/commit/c30afbdfa260b7f6c0b4b254b6b4fea9ddf00fc2))
15+
* Correct some typos in `CONTRIBUTING.md` ([`8e8df0f`](https://github.com/the-dotify-project/dotify/commit/8e8df0f546a5ec75d276d9e1b7071973ac27b50c))
16+
17+
**[See all commits in this version](https://github.com/the-dotify-project/dotify/compare/v2.0.5...v2.0.6)**
18+
919
## v2.0.5 (2021-07-20)
1020
### Fix
1121
* Update `pyproject` metadata ([`99061cb`](https://github.com/the-dotify-project/dotify/commit/99061cb9fc193719e456287108cca9e025e93e9d))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "dotify"
7-
version = "2.0.5"
7+
version = "2.0.6"
88
description = "🐍🎶 Yet another Spotify Web API Python library"
99
readme = "README.md"
1010
authors = ["billsioros <[email protected]>"]

0 commit comments

Comments
 (0)