File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " dotify"
7- version = " 2.0.5 "
7+ version = " 2.0.6 "
88description = " 🐍🎶 Yet another Spotify Web API Python library"
99readme = " README.md"
1010authors = [
" billsioros <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments