Skip to content

Commit

Permalink
bump: version 0.15.1 → 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 4, 2024
1 parent c550fa3 commit 6e16c66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.15.2 (2024-07-04)

### Fix

- merge conflict

## v0.15.1 (2024-06-29)

### Refactor
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "hypysagas"
version = "0.15.1"
version = "0.15.2"
authors = [
{ name="Kieran Mackle", email="kemackle98@gmail.com" },
]
Expand Down Expand Up @@ -43,7 +43,7 @@ dev = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.15.1"
version = "0.15.2"
tag_format = "v$version"
version_provider = "pep621"
version_files = [
Expand Down

0 comments on commit 6e16c66

Please sign in to comment.