Skip to content

Commit 55b2edd

Browse files
committed
2.0.2
Automatically generated by python-semantic-release
1 parent 377142d commit 55b2edd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

9+
## v2.0.2 (2021-07-20)
10+
### Fix
11+
* Sync workflow depending on "Publish" ([`0e5dea3`](https://github.com/the-dotify-project/dotify/commit/0e5dea33bdb36da452d40653a962e296652411f5))
12+
13+
**[See all commits in this version](https://github.com/the-dotify-project/dotify/compare/v2.0.1...v2.0.2)**
14+
915
## v2.0.1 (2021-07-19)
1016
### Fix
1117
* Include `py.typed` in module according to https://www.python.org/dev/peps/pep-0561/ ([`17d4387`](https://github.com/the-dotify-project/dotify/commit/17d438742ea1cd054b89d97b3aa1a66c65a79fa4))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build_command = "python -m pip install poetry && poetry build"
55

66
[tool.poetry]
77
name = "dotify"
8-
version = "2.0.1"
8+
version = "2.0.2"
99
description = "🐍🎶 Yet another Spotify Web API Python library"
1010
readme = "README.md"
1111
authors = ["billsioros <[email protected]>"]

0 commit comments

Comments
 (0)