Skip to content

Commit 8a958f1

Browse files
committed
0.3.5
Automatically generated by python-semantic-release
1 parent 63e7dc2 commit 8a958f1

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
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## v0.3.5 (2021-04-27)
11+
### Fix
12+
* **publish.yml:** Publishing via another gh-action ([`8487eb7`](https://github.com/billsioros/dotify/commit/8487eb7dc5f24ede32f5300f6f0d640fd0b21c0c))
13+
14+
**[See all commits in this version](https://github.com/billsioros/dotify/compare/v0.3.4...v0.3.5)**
15+
1016
## v0.3.4 (2021-04-27)
1117
### Fix
1218
* **pyproject.toml:** Added support for python **3.6** ([`10e9f6f`](https://github.com/billsioros/dotify/commit/10e9f6f74c52597db8b9c555589eebdfb5ccd483))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ upload_to_pypi = false
77

88
[tool.poetry]
99
name = "dotify"
10-
version = "0.3.4"
10+
version = "0.3.5"
1111
description = "🐍🎶 Yet another Spotify Web API Python library"
1212
readme = "README.md"
1313
authors = ["billsioros <[email protected]>"]

0 commit comments

Comments
 (0)