Skip to content

Commit fc00d13

Browse files
committed
2.0.4
Automatically generated by python-semantic-release
1 parent 18b7955 commit fc00d13

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.4 (2021-07-20)
10+
### Fix
11+
* Correct key when caching `CD.yml` deps ([`372de80`](https://github.com/the-dotify-project/dotify/commit/372de80f755ca9592fdad36768eabf3329ab762f))
12+
13+
**[See all commits in this version](https://github.com/the-dotify-project/dotify/compare/v2.0.3...v2.0.4)**
14+
915
## v2.0.3 (2021-07-20)
1016
### Fix
1117
* Use the upcoming version when deploying docs ([`f778318`](https://github.com/the-dotify-project/dotify/commit/f7783189bf683e516e2b0ce9a0c9c13441acc812))

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.3"
8+
version = "2.0.4"
99
description = "🐍🎶 Yet another Spotify Web API Python library"
1010
readme = "README.md"
1111
authors = ["billsioros <[email protected]>"]

0 commit comments

Comments
 (0)