Skip to content

Commit

Permalink
bump: version 0.4.5 → 0.5.0
Browse files Browse the repository at this point in the history
github-actions[bot] committed Aug 17, 2023

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent fdb9009 commit 5506879
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.5.0 (2023-08-17)

## 0.4.5 (2023-07-27)

### Fix
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -7,5 +7,5 @@ version_files = [
"pyproject.toml:version",
"setup.py:version"
]
version = "0.4.5"
version = "0.5.0"
tag_format = "$major.$minor.$patch$prerelease"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

setup(
name="planbelt",
version="0.4.5",
version="0.5.0",
packages=find_packages(),
include_package_data=True,
install_requires=[

0 comments on commit 5506879

Please sign in to comment.